#35257C

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

Shades of Persian Indigo #35257C

Tints of Persian Indigo #35257C

Color information

#35257C (or 0x35257C) is unknown color: approx Persian Indigo. HEX triplet: 35, 25 and 7C. RGB value is (53,37,124). Sum of RGB (Red+Green+Blue) = 53+37+124=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #35257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35257C is #CADA83. Grayscale: #333333. Windows color (decimal): -13294212 or 8135989. OLE color: 8135989.

HSL color Cylindrical-coordinate representation of color #35257C: hue angle of 251.03º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35257C is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5337124-
CMYK0.570.7000.51
HSL251.03º54.04%31.57%-
HSV(B)251.03º70.16%48.63%-
XYZ5.773.5419.45-
YUV51.7168.8128.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=24.77%
G=17.29%
B=57.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53371240.570.7000.51251.0354.0431.57
Hex35257C3946033fb3620
Octal6545174711060633736640
Binary11010110010111111001110011000110011001111111011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,37,124); }

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

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

 a { background-color: rgb(53,37,124); }

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

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

 span { border-color: rgb(53,37,124); }

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