Html Css Color HEX #33196E Persian Indigo

📋 copy color: '#33196E'

red 51 ◦ green 25 ◦ blue 110

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

Shades of Persian Indigo #33196E

Tints of Persian Indigo #33196E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 59.14%

R = 27.42%
G = 13.44%
B = 59.14%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#33196E (or 0x33196E) is known color: Persian Indigo. HEX triplet: 33, 19 and 6E. RGB value is (51,25,110). Sum of RGB (Red+Green+Blue) = 51+25+110=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #33196E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33196E is #CCE691. Grayscale: #2A2A2A. Windows color (decimal): -13428370 or 7215411. OLE color: 7215411.

HSL color Cylindrical-coordinate representation of color #33196E: hue angle of 258.35º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33196E is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 25 110 -
CMYK 0.54 0.77 0 0.57
HSL 258.35º 0.63% 0.26% -
HSV(B) 258.35º 0.77% 0.43% -
XYZ 4.53 2.52 15 -
YUV 42.46 166.11 134.09 -
System Red Green Blue C M Y K H S L
Decimal 51 25 110 0.54 0.77 0 0.57 258.35 0.63 0.26
Hex 33 19 6E 36 4D 0 39 102 3F 1A
Octal 63 31 156 66 115 0 71 402 77 32
Binary 110011 11001 1101110 110110 1001101 0 111001 100000010 111111 11010

Color Harmonies of #33196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33196E

Black with #33196E

Text Example


Text Example

White with #33196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33196E; }

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

 H1.HeaderClassName
 {
   color: #33196E;
 }
 .AnyTagClassName
 {
   color: #33196E;
 }
</style>

background-color css

<style>
 a { background-color: #33196E; }

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

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

border-color css

<style>
 span { border-color: #33196E; }

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

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