#351898

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

Shades of Persian Indigo #351898

Tints of Persian Indigo #351898

Color information

#351898 (or 0x351898) is unknown color: approx Persian Indigo. HEX triplet: 35, 18 and 98. RGB value is (53,24,152). Sum of RGB (Red+Green+Blue) = 53+24+152=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #351898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351898 is #CAE767. Grayscale: #2E2E2E. Windows color (decimal): -13297512 or 9967669. OLE color: 9967669.

HSL color Cylindrical-coordinate representation of color #351898: hue angle of 253.59º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351898 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5324152-
CMYK0.650.8400.40
HSL253.59º72.73%34.51%-
HSV(B)253.59º84.21%59.61%-
XYZ7.463.6830.02-
YUV47.26187.11132.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 152 (59.77% from 255) = 66.38%
R=23.14%
G=10.48%
B=66.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53241520.650.8400.40253.5972.7334.51
Hex3518984154028fe4923
Octal653023010112405037611143
Binary1101011100010011000100000110101000101000111111101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351898; }

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

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

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

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

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

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

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

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