#3D127C

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

Shades of Persian Indigo #3D127C

Tints of Persian Indigo #3D127C

Color information

#3D127C (or 0x3D127C) is unknown color: approx Persian Indigo. HEX triplet: 3D, 12 and 7C. RGB value is (61,18,124). Sum of RGB (Red+Green+Blue) = 61+18+124=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D127C is #C2ED83. Grayscale: #2A2A2A. Windows color (decimal): -12774788 or 8131133. OLE color: 8131133.

HSL color Cylindrical-coordinate representation of color #3D127C: hue angle of 264.34º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D127C is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6118124-
CMYK0.510.8500.51
HSL264.34º74.65%27.84%-
HSV(B)264.34º85.48%48.63%-
XYZ5.782.8819.32-
YUV42.94173.75140.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 124 (48.83% from 255) = 61.08%
R=30.05%
G=8.87%
B=61.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61181240.510.8500.51264.3474.6527.84
Hex3D127C33550331084b1c
Octal75221746312506341011334
Binary11110110010111110011001110101010110011100001000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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