Html Css Color HEX #33189A Persian Indigo

📋 copy color: '#33189A'

red 51 ◦ green 24 ◦ blue 154

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

Shades of Persian Indigo #33189A

Tints of Persian Indigo #33189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 67.25%

R = 22.27%
G = 10.48%
B = 67.25%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33189A (or 0x33189A) is known color: Persian Indigo. HEX triplet: 33, 18 and 9A. RGB value is (51,24,154). Sum of RGB (Red+Green+Blue) = 51+24+154=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #33189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33189A is #CCE765. Grayscale: #2E2E2E. Windows color (decimal): -13428582 or 10098739. OLE color: 10098739.

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

Color convert

RGB 51 24 154 -
CMYK 0.67 0.84 0 0.40
HSL 252.46º 0.73% 0.35% -
HSV(B) 252.46º 0.84% 0.6% -
XYZ 7.52 3.69 30.89 -
YUV 46.89 188.45 130.93 -
System Red Green Blue C M Y K H S L
Decimal 51 24 154 0.67 0.84 0 0.40 252.46 0.73 0.35
Hex 33 18 9A 43 54 0 28 FC 49 23
Octal 63 30 232 103 124 0 50 374 111 43
Binary 110011 11000 10011010 1000011 1010100 0 101000 11111100 1001001 100011

Color Harmonies of #33189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33189A

Black with #33189A

Text Example


Text Example

White with #33189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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