#350C88

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

Shades of Persian Indigo #350C88

Tints of Persian Indigo #350C88

Color information

#350C88 (or 0x350C88) is unknown color: approx Persian Indigo. HEX triplet: 35, 0C and 88. RGB value is (53,12,136). Sum of RGB (Red+Green+Blue) = 53+12+136=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 136 (53.52% from 255 or 67.66% from 201); Max value from RGB is 136 - color contains mainly: blue. Hex color #350C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350C88 is #CAF377. Grayscale: #252525. Windows color (decimal): -13300600 or 8916021. OLE color: 8916021.

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

Color convert

RGB5312136-
CMYK0.610.9100.47
HSL259.84º83.78%29.02%-
HSV(B)259.84º91.18%53.33%-
XYZ6.042.823.51-
YUV38.39183.08138.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 12 (5.08% from 255) = 5.97%
BLUE value IS 136 (53.52% from 255) = 67.66%
R=26.37%
G=5.97%
B=67.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53121360.610.9100.47259.8483.7829.02
Hex35C883D5B02F104541d
Octal65142107513305740412435
Binary11010111001000100011110110110110101111100000100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,12,136); }

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

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

 a { background-color: rgb(53,12,136); }

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

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

 span { border-color: rgb(53,12,136); }

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