#35086B

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

Shades of Persian Indigo #35086B

Tints of Persian Indigo #35086B

Color information

#35086B (or 0x35086B) is unknown color: approx Persian Indigo. HEX triplet: 35, 08 and 6B. RGB value is (53,8,107). Sum of RGB (Red+Green+Blue) = 53+8+107=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #35086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35086B is #CAF794. Grayscale: #202020. Windows color (decimal): -13301653 or 7014453. OLE color: 7014453.

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

Color convert

RGB538107-
CMYK0.500.9300.58
HSL267.27º86.09%22.55%-
HSV(B)267.27º92.52%41.96%-
XYZ4.211.9914.07-
YUV32.74169.91142.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 107 (42.19% from 255) = 63.69%
R=31.55%
G=4.76%
B=63.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5381070.500.9300.58267.2786.0922.55
Hex3586B325D03A10b5617
Octal65101536213507241312627
Binary1101011000110101111001010111010111010100001011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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