Html Css Color HEX #33169C Persian Indigo

📋 copy color: '#33169C'

red 51 ◦ green 22 ◦ blue 156

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

Shades of Persian Indigo #33169C

Tints of Persian Indigo #33169C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 68.12%

R = 22.27%
G = 9.61%
B = 68.12%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33169C (or 0x33169C) is known color: Persian Indigo. HEX triplet: 33, 16 and 9C. RGB value is (51,22,156). Sum of RGB (Red+Green+Blue) = 51+22+156=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #33169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33169C is #CCE963. Grayscale: #2D2D2D. Windows color (decimal): -13429092 or 10229299. OLE color: 10229299.

HSL color Cylindrical-coordinate representation of color #33169C: hue angle of 252.99º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33169C is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 22 156 -
CMYK 0.67 0.86 0 0.39
HSL 252.99º 0.75% 0.35% -
HSV(B) 252.99º 0.86% 0.61% -
XYZ 7.65 3.68 31.76 -
YUV 45.95 190.11 131.6 -
System Red Green Blue C M Y K H S L
Decimal 51 22 156 0.67 0.86 0 0.39 252.99 0.75 0.35
Hex 33 16 9C 43 56 0 27 FD 4B 23
Octal 63 26 234 103 126 0 47 375 113 43
Binary 110011 10110 10011100 1000011 1010110 0 100111 11111101 1001011 100011

Color Harmonies of #33169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33169C

Black with #33169C

Text Example


Text Example

White with #33169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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