Html Css Color HEX #33189D Persian Indigo

📋 copy color: '#33189D'

red 51 ◦ green 24 ◦ blue 157

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

Shades of Persian Indigo #33189D

Tints of Persian Indigo #33189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.67%

R = 21.98%
G = 10.34%
B = 67.67%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33189D (or 0x33189D) is known color: Persian Indigo. HEX triplet: 33, 18 and 9D. RGB value is (51,24,157). Sum of RGB (Red+Green+Blue) = 51+24+157=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #33189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33189D is #CCE762. Grayscale: #2E2E2E. Windows color (decimal): -13428579 or 10295347. OLE color: 10295347.

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

Color convert

RGB 51 24 157 -
CMYK 0.68 0.85 0 0.38
HSL 252.18º 0.73% 0.35% -
HSV(B) 252.18º 0.85% 0.62% -
XYZ 7.78 3.79 32.22 -
YUV 47.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 51 24 157 0.68 0.85 0 0.38 252.18 0.73 0.35
Hex 33 18 9D 44 55 0 26 FC 49 23
Octal 63 30 235 104 125 0 46 374 111 43
Binary 110011 11000 10011101 1000100 1010101 0 100110 11111100 1001001 100011

Color Harmonies of #33189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33189D

Black with #33189D

Text Example


Text Example

White with #33189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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