#350B82

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

Shades of Persian Indigo #350B82

Tints of Persian Indigo #350B82

Color information

#350B82 (or 0x350B82) is unknown color: approx Persian Indigo. HEX triplet: 35, 0B and 82. RGB value is (53,11,130). Sum of RGB (Red+Green+Blue) = 53+11+130=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #350B82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350B82 is #CAF47D. Grayscale: #242424. Windows color (decimal): -13300862 or 8522549. OLE color: 8522549.

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

Color convert

RGB5311130-
CMYK0.590.9200.49
HSL261.18º84.4%27.65%-
HSV(B)261.18º91.54%50.98%-
XYZ5.622.6121.33-
YUV37.12180.41139.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 11 (4.69% from 255) = 5.67%
BLUE value IS 130 (51.17% from 255) = 67.01%
R=27.32%
G=5.67%
B=67.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53111300.590.9200.49261.1884.427.65
Hex35B823B5C031105541c
Octal65132027313406140512434
Binary11010110111000001011101110111000110001100000101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,11,130); }

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

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

 a { background-color: rgb(53,11,130); }

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

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

 span { border-color: rgb(53,11,130); }

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