Html Css Color HEX #33189C Persian Indigo

📋 copy color: '#33189C'

red 51 ◦ green 24 ◦ blue 156

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

Shades of Persian Indigo #33189C

Tints of Persian Indigo #33189C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

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

R = 22.08%
G = 10.39%
B = 67.53%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33189C (or 0x33189C) is known color: Persian Indigo. HEX triplet: 33, 18 and 9C. RGB value is (51,24,156). Sum of RGB (Red+Green+Blue) = 51+24+156=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #33189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33189C is #CCE763. Grayscale: #2E2E2E. Windows color (decimal): -13428580 or 10229811. OLE color: 10229811.

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

Color convert

RGB 51 24 156 -
CMYK 0.67 0.85 0 0.39
HSL 252.27º 0.73% 0.35% -
HSV(B) 252.27º 0.85% 0.61% -
XYZ 7.69 3.76 31.77 -
YUV 47.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 51 24 156 0.67 0.85 0 0.39 252.27 0.73 0.35
Hex 33 18 9C 43 55 0 27 FC 49 23
Octal 63 30 234 103 125 0 47 374 111 43
Binary 110011 11000 10011100 1000011 1010101 0 100111 11111100 1001001 100011

Color Harmonies of #33189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33189C

Black with #33189C

Text Example


Text Example

White with #33189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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