Html Css Color HEX #3D037D Indigo

📋 copy color: '#3D037D'

red 61 ◦ green 3 ◦ blue 125

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

Shades of Indigo #3D037D

Tints of Indigo #3D037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

 BLUE value IS 125 (49.22% from 255) = 66.14%

R = 32.28%
G = 1.59%
B = 66.14%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D037D (or 0x3D037D) is known color: Indigo. HEX triplet: 3D, 03 and 7D. RGB value is (61,3,125). Sum of RGB (Red+Green+Blue) = 61+3+125=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D037D is #C2FC82. Grayscale: #212121. Windows color (decimal): -12778627 or 8192829. OLE color: 8192829.

HSL color Cylindrical-coordinate representation of color #3D037D: hue angle of 268.52º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D037D is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 3 125 -
CMYK 0.51 0.98 0 0.51
HSL 268.52º 0.95% 0.25% -
HSV(B) 268.52º 0.98% 0.49% -
XYZ 5.66 2.54 19.59 -
YUV 34.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 61 3 125 0.51 0.98 0 0.51 268.52 0.95 0.25
Hex 3D 3 7D 33 62 0 33 10D 5F 19
Octal 75 3 175 63 142 0 63 415 137 31
Binary 111101 11 1111101 110011 1100010 0 110011 100001101 1011111 11001

Color Harmonies of #3D037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D037D

Black with #3D037D

Text Example


Text Example

White with #3D037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,3,125); }

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

background-color css

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

 a { background-color: rgb(61,3,125); }

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

border-color css

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

 span { border-color: rgb(61,3,125); }

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