Html Css Color HEX #3D0771 Indigo

📋 copy color: '#3D0771'

red 61 ◦ green 7 ◦ blue 113

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

Shades of Indigo #3D0771

Tints of Indigo #3D0771

RGB

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

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

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

R = 33.7%
G = 3.87%
B = 62.43%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D0771 (or 0x3D0771) is known color: Indigo. HEX triplet: 3D, 07 and 71. RGB value is (61,7,113). Sum of RGB (Red+Green+Blue) = 61+7+113=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D0771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0771 is #C2F88E. Grayscale: #222222. Windows color (decimal): -12777615 or 7407421. OLE color: 7407421.

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

Color convert

RGB 61 7 113 -
CMYK 0.46 0.94 0 0.56
HSL 270.57º 0.88% 0.24% -
HSV(B) 270.57º 0.94% 0.44% -
XYZ 4.98 2.34 15.81 -
YUV 35.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 61 7 113 0.46 0.94 0 0.56 270.57 0.88 0.24
Hex 3D 7 71 2E 5E 0 38 10F 58 18
Octal 75 7 161 56 136 0 70 417 130 30
Binary 111101 111 1110001 101110 1011110 0 111000 100001111 1011000 11000

Color Harmonies of #3D0771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0771

Black with #3D0771

Text Example


Text Example

White with #3D0771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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