#35076B

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

Shades of Persian Indigo #35076B

Tints of Persian Indigo #35076B

Color information

#35076B (or 0x35076B) is unknown color: approx Persian Indigo. HEX triplet: 35, 07 and 6B. RGB value is (53,7,107). Sum of RGB (Red+Green+Blue) = 53+7+107=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #35076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35076B is #CAF894. Grayscale: #1F1F1F. Windows color (decimal): -13301909 or 7014197. OLE color: 7014197.

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

Color convert

RGB537107-
CMYK0.500.9300.58
HSL267.6º87.72%22.35%-
HSV(B)267.6º93.46%41.96%-
XYZ4.21.9714.07-
YUV32.15170.24142.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 107 (42.19% from 255) = 64.07%
R=31.74%
G=4.19%
B=64.07%

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
Decimal5371070.500.9300.58267.687.7222.35
Hex3576B325D03A10c5816
Octal6571536213507241413026
Binary110101111110101111001010111010111010100001100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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