#33198C

Color #33198C Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #33198C

Tints of Persian Indigo #33198C

Color information

#33198C (or 0x33198C) is unknown color: approx Persian Indigo. HEX triplet: 33, 19 and 8C. RGB value is (51,25,140). Sum of RGB (Red+Green+Blue) = 51+25+140=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #33198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33198C is #CCE673. Grayscale: #2D2D2D. Windows color (decimal): -13428340 or 9181491. OLE color: 9181491.

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

Color convert

RGB5125140-
CMYK0.640.8200.45
HSL253.57º69.7%32.35%-
HSV(B)253.57º82.14%54.9%-
XYZ6.453.2925.11-
YUV45.88181.11131.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 140 (55.08% from 255) = 64.81%
R=23.61%
G=11.57%
B=64.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51251400.640.8200.45253.5769.732.35
Hex33198C405202Dfe4620
Octal633121410012205537610640
Binary1100111100110001100100000010100100101101111111101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33198C;
 }
 .AnyTagClassName
 {
   color: #33198C;
 }
</style>
background-color css

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

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

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

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

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

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