Html Css Color HEX #33116A Persian Indigo

📋 copy color: '#33116A'

red 51 ◦ green 17 ◦ blue 106

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

Shades of Persian Indigo #33116A

Tints of Persian Indigo #33116A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.77%

 BLUE value IS 106 (41.8% from 255) = 60.92%

R = 29.31%
G = 9.77%
B = 60.92%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33116A (or 0x33116A) is known color: Persian Indigo. HEX triplet: 33, 11 and 6A. RGB value is (51,17,106). Sum of RGB (Red+Green+Blue) = 51+17+106=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 106 (41.80% from 255 or 60.92% from 174); Max value from RGB is 106 - color contains mainly: blue. Hex color #33116A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33116A is #CCEE95. Grayscale: #242424. Windows color (decimal): -13430422 or 6951219. OLE color: 6951219.

HSL color Cylindrical-coordinate representation of color #33116A: hue angle of 262.92º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33116A is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 17 106 -
CMYK 0.52 0.84 0 0.58
HSL 262.92º 0.72% 0.24% -
HSV(B) 262.92º 0.84% 0.42% -
XYZ 4.17 2.15 13.83 -
YUV 37.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 51 17 106 0.52 0.84 0 0.58 262.92 0.72 0.24
Hex 33 11 6A 34 54 0 3A 107 48 18
Octal 63 21 152 64 124 0 72 407 110 30
Binary 110011 10001 1101010 110100 1010100 0 111010 100000111 1001000 11000

Color Harmonies of #33116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33116A

Black with #33116A

Text Example


Text Example

White with #33116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33116A; }

 p { color: rgb(51,17,106); }

 H1.HeaderClassName
 {
   color: #33116A;
 }
 .AnyTagClassName
 {
   color: #33116A;
 }
</style>

background-color css

<style>
 a { background-color: #33116A; }

 a { background-color: rgb(51,17,106); }

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

border-color css

<style>
 span { border-color: #33116A; }

 span { border-color: rgb(51,17,106); }

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