Html Css Color HEX #33166C Persian Indigo

📋 copy color: '#33166C'

red 51 ◦ green 22 ◦ blue 108

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

Shades of Persian Indigo #33166C

Tints of Persian Indigo #33166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.67%

R = 28.18%
G = 12.15%
B = 59.67%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33166C (or 0x33166C) is known color: Persian Indigo. HEX triplet: 33, 16 and 6C. RGB value is (51,22,108). Sum of RGB (Red+Green+Blue) = 51+22+108=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #33166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33166C is #CCE993. Grayscale: #282828. Windows color (decimal): -13429140 or 7083571. OLE color: 7083571.

HSL color Cylindrical-coordinate representation of color #33166C: hue angle of 260.23º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33166C is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 22 108 -
CMYK 0.53 0.80 0 0.58
HSL 260.23º 0.66% 0.25% -
HSV(B) 260.23º 0.8% 0.42% -
XYZ 4.36 2.36 14.41 -
YUV 40.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 51 22 108 0.53 0.80 0 0.58 260.23 0.66 0.25
Hex 33 16 6C 35 50 0 3A 104 42 19
Octal 63 26 154 65 120 0 72 404 102 31
Binary 110011 10110 1101100 110101 1010000 0 111010 100000100 1000010 11001

Color Harmonies of #33166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33166C

Black with #33166C

Text Example


Text Example

White with #33166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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