Html Css Color HEX #3D0776 Indigo

📋 copy color: '#3D0776'

red 61 ◦ green 7 ◦ blue 118

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

Shades of Indigo #3D0776

Tints of Indigo #3D0776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.76%

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

R = 32.8%
G = 3.76%
B = 63.44%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D0776 (or 0x3D0776) is known color: Indigo. HEX triplet: 3D, 07 and 76. RGB value is (61,7,118). Sum of RGB (Red+Green+Blue) = 61+7+118=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D0776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0776 is #C2F889. Grayscale: #232323. Windows color (decimal): -12777610 or 7735101. OLE color: 7735101.

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

Color convert

RGB 61 7 118 -
CMYK 0.48 0.94 0 0.54
HSL 269.19º 0.89% 0.25% -
HSV(B) 269.19º 0.94% 0.46% -
XYZ 5.27 2.45 17.34 -
YUV 35.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 61 7 118 0.48 0.94 0 0.54 269.19 0.89 0.25
Hex 3D 7 76 30 5E 0 36 10D 59 19
Octal 75 7 166 60 136 0 66 415 131 31
Binary 111101 111 1110110 110000 1011110 0 110110 100001101 1011001 11001

Color Harmonies of #3D0776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0776

Black with #3D0776

Text Example


Text Example

White with #3D0776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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