#351698

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

Shades of Persian Indigo #351698

Tints of Persian Indigo #351698

Color information

#351698 (or 0x351698) is unknown color: approx Persian Indigo. HEX triplet: 35, 16 and 98. RGB value is (53,22,152). Sum of RGB (Red+Green+Blue) = 53+22+152=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #351698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351698 is #CAE967. Grayscale: #2D2D2D. Windows color (decimal): -13298024 or 9967157. OLE color: 9967157.

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

Color convert

RGB5322152-
CMYK0.650.8600.40
HSL254.31º74.71%34.12%-
HSV(B)254.31º85.53%59.61%-
XYZ7.423.630.01-
YUV46.09187.77132.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 22 (8.98% from 255) = 9.69%
BLUE value IS 152 (59.77% from 255) = 66.96%
R=23.35%
G=9.69%
B=66.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53221520.650.8600.40254.3174.7134.12
Hex3516984156028fe4b22
Octal652623010112605037611342
Binary1101011011010011000100000110101100101000111111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351698; }

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

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

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

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

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

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

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

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