#35086E

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

Shades of Persian Indigo #35086E

Tints of Persian Indigo #35086E

Color information

#35086E (or 0x35086E) is unknown color: approx Persian Indigo. HEX triplet: 35, 08 and 6E. RGB value is (53,8,110). Sum of RGB (Red+Green+Blue) = 53+8+110=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #35086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35086E is #CAF791. Grayscale: #202020. Windows color (decimal): -13301650 or 7211061. OLE color: 7211061.

HSL color Cylindrical-coordinate representation of color #35086E: hue angle of 266.47º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35086E is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB538110-
CMYK0.520.9300.57
HSL266.47º86.44%23.14%-
HSV(B)266.47º92.73%43.14%-
XYZ4.372.0614.92-
YUV33.08171.41142.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 110 (43.36% from 255) = 64.33%
R=30.99%
G=4.68%
B=64.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5381100.520.9300.57266.4786.4423.14
Hex3586E345D03910a5617
Octal65101566413507141212627
Binary1101011000110111011010010111010111001100001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,8,110); }

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

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

 a { background-color: rgb(53,8,110); }

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

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

 span { border-color: rgb(53,8,110); }

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