Html Css Color HEX #3321BD Persian Blue

📋 copy color: '#3321BD'

red 51 ◦ green 33 ◦ blue 189

#3321BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3321BD

Tints of Persian Blue #3321BD

RGB

 RED value IS 51 (20.31% from 255) = 18.68%

 GREEN value IS 33 (13.28% from 255) = 12.09%

 BLUE value IS 189 (74.22% from 255) = 69.23%

R = 18.68%
G = 12.09%
B = 69.23%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3321BD (or 0x3321BD) is known color: Persian Blue. HEX triplet: 33, 21 and BD. RGB value is (51,33,189). Sum of RGB (Red+Green+Blue) = 51+33+189=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #3321BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3321BD is #CCDE42. Grayscale: #373737. Windows color (decimal): -13426243 or 12394803. OLE color: 12394803.

HSL color Cylindrical-coordinate representation of color #3321BD: hue angle of 246.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3321BD is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 33 189 -
CMYK 0.73 0.83 0 0.26
HSL 246.92º 0.7% 0.44% -
HSV(B) 246.92º 0.83% 0.74% -
XYZ 11.09 5.47 48.61 -
YUV 56.17 202.96 124.32 -
System Red Green Blue C M Y K H S L
Decimal 51 33 189 0.73 0.83 0 0.26 246.92 0.7 0.44
Hex 33 21 BD 49 53 0 1A F7 46 2C
Octal 63 41 275 111 123 0 32 367 106 54
Binary 110011 100001 10111101 1001001 1010011 0 11010 11110111 1000110 101100

Color Harmonies of #3321BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3321BD

Black with #3321BD

Text Example


Text Example

White with #3321BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3321BD; }

 p { color: rgb(51,33,189); }

 H1.HeaderClassName
 {
   color: #3321BD;
 }
 .AnyTagClassName
 {
   color: #3321BD;
 }
</style>

background-color css

<style>
 a { background-color: #3321BD; }

 a { background-color: rgb(51,33,189); }

 div.DivClassName
 {
   background-color: #3321BD;
 }
 .BgClassName
 {
   background-color: #3321BD;
 }
</style>

border-color css

<style>
 span { border-color: #3321BD; }

 span { border-color: rgb(51,33,189); }

 td.TdClassName
 {
   border-color: #3321BD;
 }
 .TagClassName
 {
   border-color: #3321BD;
 }
</style>