#35178C

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

Shades of Persian Indigo #35178C

Tints of Persian Indigo #35178C

Color information

#35178C (or 0x35178C) is unknown color: approx Persian Indigo. HEX triplet: 35, 17 and 8C. RGB value is (53,23,140). Sum of RGB (Red+Green+Blue) = 53+23+140=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 23 (9.38% from 255 or 10.65% 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 #35178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35178C is #CAE873. Grayscale: #2C2C2C. Windows color (decimal): -13297780 or 9180981. OLE color: 9180981.

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

Color convert

RGB5323140-
CMYK0.620.8400.45
HSL255.38º71.78%31.96%-
HSV(B)255.38º83.57%54.9%-
XYZ6.513.2625.1-
YUV45.31181.44133.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 140 (55.08% from 255) = 64.81%
R=24.54%
G=10.65%
B=64.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53231400.620.8400.45255.3871.7831.96
Hex35178C3E5402Dff4820
Octal65272147612405537711040
Binary110101101111000110011111010101000101101111111111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35178C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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