#351885

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

Shades of Persian Indigo #351885

Tints of Persian Indigo #351885

Color information

#351885 (or 0x351885) is unknown color: approx Persian Indigo. HEX triplet: 35, 18 and 85. RGB value is (53,24,133). Sum of RGB (Red+Green+Blue) = 53+24+133=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #351885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351885 is #CAE77A. Grayscale: #2C2C2C. Windows color (decimal): -13297531 or 8722485. OLE color: 8722485.

HSL color Cylindrical-coordinate representation of color #351885: hue angle of 255.96º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #351885 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5324133-
CMYK0.600.8200.48
HSL255.96º69.43%30.78%-
HSV(B)255.96º81.95%52.16%-
XYZ6.033.122.47-
YUV45.1177.61133.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 24 (9.77% from 255) = 11.43%
BLUE value IS 133 (52.34% from 255) = 63.33%
R=25.24%
G=11.43%
B=63.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53241330.600.8200.48255.9669.4330.78
Hex3518853C52030100451f
Octal65302057412206040010537
Binary110101110001000010111110010100100110000100000000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351885; }

 p { color: rgb(53,24,133); }

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

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

 a { background-color: rgb(53,24,133); }

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

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

 span { border-color: rgb(53,24,133); }

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