Html Css Color HEX #33166F Persian Indigo

📋 copy color: '#33166F'

red 51 ◦ green 22 ◦ blue 111

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

Shades of Persian Indigo #33166F

Tints of Persian Indigo #33166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.96%

 BLUE value IS 111 (43.75% from 255) = 60.33%

R = 27.72%
G = 11.96%
B = 60.33%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#33166F (or 0x33166F) is known color: Persian Indigo. HEX triplet: 33, 16 and 6F. RGB value is (51,22,111). Sum of RGB (Red+Green+Blue) = 51+22+111=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #33166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33166F is #CCE990. Grayscale: #282828. Windows color (decimal): -13429137 or 7280179. OLE color: 7280179.

HSL color Cylindrical-coordinate representation of color #33166F: hue angle of 259.55º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33166F is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 22 111 -
CMYK 0.54 0.80 0 0.56
HSL 259.55º 0.67% 0.26% -
HSV(B) 259.55º 0.8% 0.44% -
XYZ 4.52 2.43 15.27 -
YUV 40.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 51 22 111 0.54 0.80 0 0.56 259.55 0.67 0.26
Hex 33 16 6F 36 50 0 38 104 43 1A
Octal 63 26 157 66 120 0 70 404 103 32
Binary 110011 10110 1101111 110110 1010000 0 111000 100000100 1000011 11010

Color Harmonies of #33166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33166F

Black with #33166F

Text Example


Text Example

White with #33166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33166F; }

 p { color: rgb(51,22,111); }

 H1.HeaderClassName
 {
   color: #33166F;
 }
 .AnyTagClassName
 {
   color: #33166F;
 }
</style>

background-color css

<style>
 a { background-color: #33166F; }

 a { background-color: rgb(51,22,111); }

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

border-color css

<style>
 span { border-color: #33166F; }

 span { border-color: rgb(51,22,111); }

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