#3D1B8C

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

Shades of Persian Indigo #3D1B8C

Tints of Persian Indigo #3D1B8C

Color information

#3D1B8C (or 0x3D1B8C) is unknown color: approx Persian Indigo. HEX triplet: 3D, 1B and 8C. RGB value is (61,27,140). Sum of RGB (Red+Green+Blue) = 61+27+140=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #3D1B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1B8C is #C2E473. Grayscale: #313131. Windows color (decimal): -12772468 or 9182013. OLE color: 9182013.

HSL color Cylindrical-coordinate representation of color #3D1B8C: hue angle of 258.05º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D1B8C is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6127140-
CMYK0.560.8100.45
HSL258.05º67.66%32.75%-
HSV(B)258.05º80.71%54.9%-
XYZ7.053.6725.15-
YUV50.05178.76135.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.75%
GREEN value IS 27 (10.94% from 255) = 11.84%
BLUE value IS 140 (55.08% from 255) = 61.40%
R=26.75%
G=11.84%
B=61.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61271400.560.8100.45258.0567.6632.75
Hex3D1B8C385102D1024421
Octal75332147012105540210441
Binary1111011101110001100111000101000101011011000000101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,27,140); }

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

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

 a { background-color: rgb(61,27,140); }

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

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

 span { border-color: rgb(61,27,140); }

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