#35199A

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

Shades of Persian Indigo #35199A

Tints of Persian Indigo #35199A

Color information

#35199A (or 0x35199A) is unknown color: approx Persian Indigo. HEX triplet: 35, 19 and 9A. RGB value is (53,25,154). Sum of RGB (Red+Green+Blue) = 53+25+154=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #35199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35199A is #CAE665. Grayscale: #2F2F2F. Windows color (decimal): -13297254 or 10098997. OLE color: 10098997.

HSL color Cylindrical-coordinate representation of color #35199A: hue angle of 253.02º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35199A is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5325154-
CMYK0.660.8400.40
HSL253.02º72.07%35.1%-
HSV(B)253.02º83.77%60.39%-
XYZ7.653.7930.9-
YUV48.08187.78131.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 154 (60.55% from 255) = 66.38%
R=22.84%
G=10.78%
B=66.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53251540.660.8400.40253.0272.0735.1
Hex35199A4254028fd4823
Octal653123210212405037511043
Binary1101011100110011010100001010101000101000111111011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,25,154); }

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

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

 a { background-color: rgb(53,25,154); }

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

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

 span { border-color: rgb(53,25,154); }

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