#350C81

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

Shades of Persian Indigo #350C81

Tints of Persian Indigo #350C81

Color information

#350C81 (or 0x350C81) is unknown color: approx Persian Indigo. HEX triplet: 35, 0C and 81. RGB value is (53,12,129). Sum of RGB (Red+Green+Blue) = 53+12+129=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #350C81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350C81 is #CAF37E. Grayscale: #252525. Windows color (decimal): -13300607 or 8457269. OLE color: 8457269.

HSL color Cylindrical-coordinate representation of color #350C81: hue angle of 261.03º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350C81 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5312129-
CMYK0.590.9100.49
HSL261.03º82.98%27.65%-
HSV(B)261.03º90.7%50.59%-
XYZ5.562.620.98-
YUV37.6179.58138.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 12 (5.08% from 255) = 6.19%
BLUE value IS 129 (50.78% from 255) = 66.49%
R=27.32%
G=6.19%
B=66.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53121290.590.9100.49261.0382.9827.65
Hex35C813B5B031105531c
Octal65142017313306140512334
Binary11010111001000000111101110110110110001100000101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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