#35257D

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

Shades of Persian Indigo #35257D

Tints of Persian Indigo #35257D

Color information

#35257D (or 0x35257D) is unknown color: approx Persian Indigo. HEX triplet: 35, 25 and 7D. RGB value is (53,37,125). Sum of RGB (Red+Green+Blue) = 53+37+125=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #35257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35257D is #CADA82. Grayscale: #333333. Windows color (decimal): -13294211 or 8201525. OLE color: 8201525.

HSL color Cylindrical-coordinate representation of color #35257D: hue angle of 250.91º 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 #35257D is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5337125-
CMYK0.580.7000.51
HSL250.91º54.32%31.76%-
HSV(B)250.91º70.4%49.02%-
XYZ5.833.5619.78-
YUV51.82169.3128.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 125 (49.22% from 255) = 58.14%
R=24.65%
G=17.21%
B=58.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53371250.580.7000.51250.9154.3231.76
Hex35257D3A46033fb3620
Octal6545175721060633736640
Binary11010110010111111011110101000110011001111111011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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