#3D12AD

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

Shades of Persian Indigo #3D12AD

Tints of Persian Indigo #3D12AD

Color information

#3D12AD (or 0x3D12AD) is unknown color: approx Persian Indigo. HEX triplet: 3D, 12 and AD. RGB value is (61,18,173). Sum of RGB (Red+Green+Blue) = 61+18+173=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D12AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D12AD is #C2ED52. Grayscale: #2F2F2F. Windows color (decimal): -12774739 or 11342397. OLE color: 11342397.

HSL color Cylindrical-coordinate representation of color #3D12AD: hue angle of 256.65º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D12AD is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6118173-
CMYK0.650.9000.32
HSL256.65º81.15%37.45%-
HSV(B)256.65º89.6%67.84%-
XYZ9.684.4439.88-
YUV48.53198.25136.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 173 (67.97% from 255) = 68.65%
R=24.21%
G=7.14%
B=68.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61181730.650.9000.32256.6581.1537.45
Hex3D12AD415A0201015125
Octal752225510113204040112145
Binary11110110010101011011000001101101001000001000000011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D12AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D12AD; }

 p { color: rgb(61,18,173); }

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

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

 a { background-color: rgb(61,18,173); }

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

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

 span { border-color: rgb(61,18,173); }

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