#3812A2

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

Shades of Persian Indigo #3812A2

Tints of Persian Indigo #3812A2

Color information

#3812A2 (or 0x3812A2) is unknown color: approx Persian Indigo. HEX triplet: 38, 12 and A2. RGB value is (56,18,162). Sum of RGB (Red+Green+Blue) = 56+18+162=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 162 (63.67% from 255 or 68.64% from 236); Max value from RGB is 162 - color contains mainly: blue. Hex color #3812A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3812A2 is #C7ED5D. Grayscale: #2D2D2D. Windows color (decimal): -13102430 or 10621496. OLE color: 10621496.

HSL color Cylindrical-coordinate representation of color #3812A2: hue angle of 255.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3812A2 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5618162-
CMYK0.650.8900.36
HSL255.83º80%35.29%-
HSV(B)255.83º88.89%63.53%-
XYZ8.373.8834.49-
YUV45.78193.59135.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 162 (63.67% from 255) = 68.64%
R=23.73%
G=7.63%
B=68.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56181620.650.8900.36255.838035.29
Hex3812A241590241005023
Octal702224210113104440012043
Binary11100010010101000101000001101100101001001000000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3812A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3812A2; }

 p { color: rgb(56,18,162); }

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

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

 a { background-color: rgb(56,18,162); }

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

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

 span { border-color: rgb(56,18,162); }

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