#35247B

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

Shades of Persian Indigo #35247B

Tints of Persian Indigo #35247B

Color information

#35247B (or 0x35247B) is unknown color: approx Persian Indigo. HEX triplet: 35, 24 and 7B. RGB value is (53,36,123). Sum of RGB (Red+Green+Blue) = 53+36+123=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #35247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35247B is #CADB84. Grayscale: #323232. Windows color (decimal): -13294469 or 8070197. OLE color: 8070197.

HSL color Cylindrical-coordinate representation of color #35247B: hue angle of 251.72º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35247B is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5336123-
CMYK0.570.7100.52
HSL251.72º54.72%31.18%-
HSV(B)251.72º70.73%48.24%-
XYZ5.673.4519.11-
YUV51168.63129.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 123 (48.44% from 255) = 58.02%
R=25%
G=16.98%
B=58.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53361230.570.7100.52251.7254.7231.18
Hex35247B3947034fc371f
Octal6544173711070643746737
Binary1101011001001111011111001100011101101001111110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35247B; }

 p { color: rgb(53,36,123); }

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

<style>
 a { background-color: #35247B; }

 a { background-color: rgb(53,36,123); }

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

<style>
 span { border-color: #35247B; }

 span { border-color: rgb(53,36,123); }

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