Html Css Color HEX #3D1471 Persian Indigo

📋 copy color: '#3D1471'

red 61 ◦ green 20 ◦ blue 113

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

Shades of Persian Indigo #3D1471

Tints of Persian Indigo #3D1471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

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

R = 31.44%
G = 10.31%
B = 58.25%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D1471 (or 0x3D1471) is known color: Persian Indigo. HEX triplet: 3D, 14 and 71. RGB value is (61,20,113). Sum of RGB (Red+Green+Blue) = 61+20+113=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D1471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1471 is #C2EB8E. Grayscale: #2A2A2A. Windows color (decimal): -12774287 or 7410749. OLE color: 7410749.

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

Color convert

RGB 61 20 113 -
CMYK 0.46 0.82 0 0.56
HSL 266.45º 0.7% 0.26% -
HSV(B) 266.45º 0.82% 0.44% -
XYZ 5.16 2.68 15.87 -
YUV 42.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 61 20 113 0.46 0.82 0 0.56 266.45 0.7 0.26
Hex 3D 14 71 2E 52 0 38 10A 46 1A
Octal 75 24 161 56 122 0 70 412 106 32
Binary 111101 10100 1110001 101110 1010010 0 111000 100001010 1000110 11010

Color Harmonies of #3D1471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1471

Black with #3D1471

Text Example


Text Example

White with #3D1471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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