Html Css Color HEX #3D1A71 Persian Indigo

📋 copy color: '#3D1A71'

red 61 ◦ green 26 ◦ blue 113

#3D1A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #3D1A71

Tints of Persian Indigo #3D1A71

RGB

 RED value IS 61 (24.22% from 255) = 30.5%

 GREEN value IS 26 (10.55% from 255) = 13%

 BLUE value IS 113 (44.53% from 255) = 56.5%

R = 30.5%
G = 13%
B = 56.5%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D1A71 (or 0x3D1A71) is known color: Persian Indigo. HEX triplet: 3D, 1A and 71. RGB value is (61,26,113). Sum of RGB (Red+Green+Blue) = 61+26+113=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D1A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1A71 is #C2E58E. Grayscale: #2E2E2E. Windows color (decimal): -12772751 or 7412285. OLE color: 7412285.

HSL color Cylindrical-coordinate representation of color #3D1A71: hue angle of 264.14º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D1A71 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 26 113 -
CMYK 0.46 0.77 0 0.56
HSL 264.14º 0.63% 0.27% -
HSV(B) 264.14º 0.77% 0.44% -
XYZ 5.27 2.92 15.91 -
YUV 46.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 61 26 113 0.46 0.77 0 0.56 264.14 0.63 0.27
Hex 3D 1A 71 2E 4D 0 38 108 3F 1B
Octal 75 32 161 56 115 0 70 410 77 33
Binary 111101 11010 1110001 101110 1001101 0 111000 100001000 111111 11011

Color Harmonies of #3D1A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1A71

Black with #3D1A71

Text Example


Text Example

White with #3D1A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,26,113); }

 H1.HeaderClassName
 {
   color: #3D1A71;
 }
 .AnyTagClassName
 {
   color: #3D1A71;
 }
</style>

background-color css

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

 a { background-color: rgb(61,26,113); }

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

border-color css

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

 span { border-color: rgb(61,26,113); }

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