#35149F

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

Shades of Persian Indigo #35149F

Tints of Persian Indigo #35149F

Color information

#35149F (or 0x35149F) is unknown color: approx Persian Indigo. HEX triplet: 35, 14 and 9F. RGB value is (53,20,159). Sum of RGB (Red+Green+Blue) = 53+20+159=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #35149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35149F is #CAEB60. Grayscale: #2D2D2D. Windows color (decimal): -13298529 or 10425397. OLE color: 10425397.

HSL color Cylindrical-coordinate representation of color #35149F: hue angle of 254.24º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35149F is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5320159-
CMYK0.670.8700.38
HSL254.24º77.65%35.1%-
HSV(B)254.24º87.42%62.35%-
XYZ7.983.7633.11-
YUV45.71191.93133.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 20 (8.20% from 255) = 8.62%
BLUE value IS 159 (62.5% from 255) = 68.53%
R=22.84%
G=8.62%
B=68.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53201590.670.8700.38254.2477.6535.1
Hex35149F4357026fe4e23
Octal652423710312704637611643
Binary1101011010010011111100001110101110100110111111101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,20,159); }

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

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

 a { background-color: rgb(53,20,159); }

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

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

 span { border-color: rgb(53,20,159); }

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