#350B8A

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

Shades of Persian Indigo #350B8A

Tints of Persian Indigo #350B8A

Color information

#350B8A (or 0x350B8A) is unknown color: approx Persian Indigo. HEX triplet: 35, 0B and 8A. RGB value is (53,11,138). Sum of RGB (Red+Green+Blue) = 53+11+138=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #350B8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350B8A is #CAF475. Grayscale: #252525. Windows color (decimal): -13300854 or 9046837. OLE color: 9046837.

HSL color Cylindrical-coordinate representation of color #350B8A: hue angle of 259.84º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350B8A is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5311138-
CMYK0.620.9200.46
HSL259.84º85.23%29.22%-
HSV(B)259.84º92.03%54.12%-
XYZ6.182.8324.27-
YUV38.04184.41138.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 11 (4.69% from 255) = 5.45%
BLUE value IS 138 (54.30% from 255) = 68.32%
R=26.24%
G=5.45%
B=68.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53111380.620.9200.46259.8485.2329.22
Hex35B8A3E5C02E104551d
Octal65132127613405640412535
Binary11010110111000101011111010111000101110100000100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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