#35247A

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

Shades of Persian Indigo #35247A

Tints of Persian Indigo #35247A

Color information

#35247A (or 0x35247A) is unknown color: approx Persian Indigo. HEX triplet: 35, 24 and 7A. RGB value is (53,36,122). Sum of RGB (Red+Green+Blue) = 53+36+122=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #35247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35247A is #CADB85. Grayscale: #323232. Windows color (decimal): -13294470 or 8004661. OLE color: 8004661.

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

Color convert

RGB5336122-
CMYK0.570.7000.52
HSL251.86º54.43%30.98%-
HSV(B)251.86º70.49%47.84%-
XYZ5.613.4218.78-
YUV50.89168.13129.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=25.12%
G=17.06%
B=57.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53361220.570.7000.52251.8654.4330.98
Hex35247A3946034fc361f
Octal6544172711060643746637
Binary1101011001001111010111001100011001101001111110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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