#350B77

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

Shades of Persian Indigo #350B77

Tints of Persian Indigo #350B77

Color information

#350B77 (or 0x350B77) is unknown color: approx Persian Indigo. HEX triplet: 35, 0B and 77. RGB value is (53,11,119). Sum of RGB (Red+Green+Blue) = 53+11+119=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #350B77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350B77 is #CAF488. Grayscale: #232323. Windows color (decimal): -13300873 or 7801653. OLE color: 7801653.

HSL color Cylindrical-coordinate representation of color #350B77: hue angle of 263.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350B77 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5311119-
CMYK0.550.9100.53
HSL263.33º83.08%25.49%-
HSV(B)263.33º90.76%46.67%-
XYZ4.922.3317.64-
YUV35.87174.91140.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 11 (4.69% from 255) = 6.01%
BLUE value IS 119 (46.88% from 255) = 65.03%
R=28.96%
G=6.01%
B=65.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53111190.550.9100.53263.3383.0825.49
Hex35B77375B0351075319
Octal65131676713306540712331
Binary1101011011111011111011110110110110101100000111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350B77; }

 p { color: rgb(53,11,119); }

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

<style>
 a { background-color: #350B77; }

 a { background-color: rgb(53,11,119); }

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

<style>
 span { border-color: #350B77; }

 span { border-color: rgb(53,11,119); }

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