#35137E

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

Shades of Persian Indigo #35137E

Tints of Persian Indigo #35137E

Color information

#35137E (or 0x35137E) is unknown color: approx Persian Indigo. HEX triplet: 35, 13 and 7E. RGB value is (53,19,126). Sum of RGB (Red+Green+Blue) = 53+19+126=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 126 (49.61% from 255 or 63.64% from 198); Max value from RGB is 126 - color contains mainly: blue. Hex color #35137E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35137E is #CAEC81. Grayscale: #282828. Windows color (decimal): -13298818 or 8262453. OLE color: 8262453.

HSL color Cylindrical-coordinate representation of color #35137E: hue angle of 259.07º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35137E is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5319126-
CMYK0.580.8500.51
HSL259.07º73.79%28.43%-
HSV(B)259.07º84.92%49.41%-
XYZ5.472.7319.98-
YUV41.36175.76136.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 126 (49.61% from 255) = 63.64%
R=26.77%
G=9.60%
B=63.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53191260.580.8500.51259.0773.7928.43
Hex35137E3A550331034a1c
Octal65231767212506340311234
Binary11010110011111111011101010101010110011100000011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35137E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35137E; }

 p { color: rgb(53,19,126); }

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

<style>
 a { background-color: #35137E; }

 a { background-color: rgb(53,19,126); }

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

<style>
 span { border-color: #35137E; }

 span { border-color: rgb(53,19,126); }

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