#35248F

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

Shades of Persian Indigo #35248F

Tints of Persian Indigo #35248F

Color information

#35248F (or 0x35248F) is unknown color: approx Persian Indigo. HEX triplet: 35, 24 and 8F. RGB value is (53,36,143). Sum of RGB (Red+Green+Blue) = 53+36+143=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #35248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35248F is #CADB70. Grayscale: #343434. Windows color (decimal): -13294449 or 9380917. OLE color: 9380917.

HSL color Cylindrical-coordinate representation of color #35248F: hue angle of 249.53º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35248F is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5336143-
CMYK0.630.7500.44
HSL249.53º59.78%35.1%-
HSV(B)249.53º74.83%56.08%-
XYZ7.06426.39-
YUV53.28178.63127.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 143 (56.25% from 255) = 61.64%
R=22.84%
G=15.52%
B=61.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53361430.630.7500.44249.5359.7835.1
Hex35248F3F4B02Cfa3c23
Octal6544217771130543727443
Binary110101100100100011111111111001011010110011111010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35248F; }

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

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

<style>
 a { background-color: #35248F; }

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

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

<style>
 span { border-color: #35248F; }

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

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