Html Css Color HEX #3D1776 Persian Indigo

📋 copy color: '#3D1776'

red 61 ◦ green 23 ◦ blue 118

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

Shades of Persian Indigo #3D1776

Tints of Persian Indigo #3D1776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.39%

 BLUE value IS 118 (46.48% from 255) = 58.42%

R = 30.2%
G = 11.39%
B = 58.42%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D1776 (or 0x3D1776) is known color: Persian Indigo. HEX triplet: 3D, 17 and 76. RGB value is (61,23,118). Sum of RGB (Red+Green+Blue) = 61+23+118=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D1776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1776 is #C2E889. Grayscale: #2C2C2C. Windows color (decimal): -12773514 or 7739197. OLE color: 7739197.

HSL color Cylindrical-coordinate representation of color #3D1776: hue angle of 264º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D1776 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 23 118 -
CMYK 0.48 0.81 0 0.54
HSL 264º 0.67% 0.28% -
HSV(B) 264º 0.81% 0.46% -
XYZ 5.5 2.91 17.41 -
YUV 45.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 61 23 118 0.48 0.81 0 0.54 264 0.67 0.28
Hex 3D 17 76 30 51 0 36 108 43 1C
Octal 75 27 166 60 121 0 66 410 103 34
Binary 111101 10111 1110110 110000 1010001 0 110110 100001000 1000011 11100

Color Harmonies of #3D1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1776

Black with #3D1776

Text Example


Text Example

White with #3D1776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,23,118); }

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

background-color css

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

 a { background-color: rgb(61,23,118); }

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

border-color css

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

 span { border-color: rgb(61,23,118); }

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