Html Css Color HEX #33128C Persian Indigo

📋 copy color: '#33128C'

red 51 ◦ green 18 ◦ blue 140

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

Shades of Persian Indigo #33128C

Tints of Persian Indigo #33128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

 BLUE value IS 140 (55.08% from 255) = 66.99%

R = 24.4%
G = 8.61%
B = 66.99%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33128C (or 0x33128C) is known color: Persian Indigo. HEX triplet: 33, 12 and 8C. RGB value is (51,18,140). Sum of RGB (Red+Green+Blue) = 51+18+140=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #33128C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33128C is #CCED73. Grayscale: #292929. Windows color (decimal): -13430132 or 9179699. OLE color: 9179699.

HSL color Cylindrical-coordinate representation of color #33128C: hue angle of 256.23º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33128C is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 18 140 -
CMYK 0.64 0.87 0 0.45
HSL 256.23º 0.77% 0.31% -
HSV(B) 256.23º 0.87% 0.55% -
XYZ 6.32 3.03 25.06 -
YUV 41.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 51 18 140 0.64 0.87 0 0.45 256.23 0.77 0.31
Hex 33 12 8C 40 57 0 2D 100 4D 1F
Octal 63 22 214 100 127 0 55 400 115 37
Binary 110011 10010 10001100 1000000 1010111 0 101101 100000000 1001101 11111

Color Harmonies of #33128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33128C

Black with #33128C

Text Example


Text Example

White with #33128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,18,140); }

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

background-color css

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

 a { background-color: rgb(51,18,140); }

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

border-color css

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

 span { border-color: rgb(51,18,140); }

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