Html Css Color HEX #33199B Persian Indigo

📋 copy color: '#33199B'

red 51 ◦ green 25 ◦ blue 155

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

Shades of Persian Indigo #33199B

Tints of Persian Indigo #33199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

 BLUE value IS 155 (60.94% from 255) = 67.1%

R = 22.08%
G = 10.82%
B = 67.1%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33199B (or 0x33199B) is known color: Persian Indigo. HEX triplet: 33, 19 and 9B. RGB value is (51,25,155). Sum of RGB (Red+Green+Blue) = 51+25+155=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #33199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33199B is #CCE664. Grayscale: #2F2F2F. Windows color (decimal): -13428325 or 10164531. OLE color: 10164531.

HSL color Cylindrical-coordinate representation of color #33199B: hue angle of 252º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33199B is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 25 155 -
CMYK 0.67 0.84 0 0.39
HSL 252º 0.72% 0.35% -
HSV(B) 252º 0.84% 0.61% -
XYZ 7.63 3.77 31.34 -
YUV 47.59 188.61 130.43 -
System Red Green Blue C M Y K H S L
Decimal 51 25 155 0.67 0.84 0 0.39 252 0.72 0.35
Hex 33 19 9B 43 54 0 27 FC 48 23
Octal 63 31 233 103 124 0 47 374 110 43
Binary 110011 11001 10011011 1000011 1010100 0 100111 11111100 1001000 100011

Color Harmonies of #33199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33199B

Black with #33199B

Text Example


Text Example

White with #33199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33199B; }

 p { color: rgb(51,25,155); }

 H1.HeaderClassName
 {
   color: #33199B;
 }
 .AnyTagClassName
 {
   color: #33199B;
 }
</style>

background-color css

<style>
 a { background-color: #33199B; }

 a { background-color: rgb(51,25,155); }

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

border-color css

<style>
 span { border-color: #33199B; }

 span { border-color: rgb(51,25,155); }

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