Html Css Color HEX #33156E Persian Indigo

📋 copy color: '#33156E'

red 51 ◦ green 21 ◦ blue 110

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

Shades of Persian Indigo #33156E

Tints of Persian Indigo #33156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

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

R = 28.02%
G = 11.54%
B = 60.44%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#33156E (or 0x33156E) is known color: Persian Indigo. HEX triplet: 33, 15 and 6E. RGB value is (51,21,110). Sum of RGB (Red+Green+Blue) = 51+21+110=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #33156E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33156E is #CCEA91. Grayscale: #272727. Windows color (decimal): -13429394 or 7214387. OLE color: 7214387.

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

Color convert

RGB 51 21 110 -
CMYK 0.54 0.81 0 0.57
HSL 260.22º 0.68% 0.26% -
HSV(B) 260.22º 0.81% 0.43% -
XYZ 4.45 2.37 14.97 -
YUV 40.12 167.44 135.76 -
System Red Green Blue C M Y K H S L
Decimal 51 21 110 0.54 0.81 0 0.57 260.22 0.68 0.26
Hex 33 15 6E 36 51 0 39 104 44 1A
Octal 63 25 156 66 121 0 71 404 104 32
Binary 110011 10101 1101110 110110 1010001 0 111001 100000100 1000100 11010

Color Harmonies of #33156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33156E

Black with #33156E

Text Example


Text Example

White with #33156E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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