#35198C

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

Shades of Persian Indigo #35198C

Tints of Persian Indigo #35198C

Color information

#35198C (or 0x35198C) is unknown color: approx Persian Indigo. HEX triplet: 35, 19 and 8C. RGB value is (53,25,140). Sum of RGB (Red+Green+Blue) = 53+25+140=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #35198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35198C is #CAE673. Grayscale: #2E2E2E. Windows color (decimal): -13297268 or 9181493. OLE color: 9181493.

HSL color Cylindrical-coordinate representation of color #35198C: hue angle of 254.61º 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 #35198C is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5325140-
CMYK0.620.8200.45
HSL254.61º69.7%32.35%-
HSV(B)254.61º82.14%54.9%-
XYZ6.553.3525.11-
YUV46.48180.78132.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 140 (55.08% from 255) = 64.22%
R=24.31%
G=11.47%
B=64.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53251400.620.8200.45254.6169.732.35
Hex35198C3E5202Dff4620
Octal65312147612205537710640
Binary110101110011000110011111010100100101101111111111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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