Html Css Color HEX #3D056F Indigo

📋 copy color: '#3D056F'

red 61 ◦ green 5 ◦ blue 111

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

Shades of Indigo #3D056F

Tints of Indigo #3D056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

 BLUE value IS 111 (43.75% from 255) = 62.71%

R = 34.46%
G = 2.82%
B = 62.71%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D056F (or 0x3D056F) is known color: Indigo. HEX triplet: 3D, 05 and 6F. RGB value is (61,5,111). Sum of RGB (Red+Green+Blue) = 61+5+111=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D056F is #C2FA90. Grayscale: #212121. Windows color (decimal): -12778129 or 7275837. OLE color: 7275837.

HSL color Cylindrical-coordinate representation of color #3D056F: hue angle of 271.7º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D056F is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 5 111 -
CMYK 0.45 0.95 0 0.56
HSL 271.7º 0.91% 0.23% -
HSV(B) 271.7º 0.95% 0.44% -
XYZ 4.85 2.25 15.22 -
YUV 33.83 171.55 147.38 -
System Red Green Blue C M Y K H S L
Decimal 61 5 111 0.45 0.95 0 0.56 271.7 0.91 0.23
Hex 3D 5 6F 2D 5F 0 38 110 5B 17
Octal 75 5 157 55 137 0 70 420 133 27
Binary 111101 101 1101111 101101 1011111 0 111000 100010000 1011011 10111

Color Harmonies of #3D056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D056F

Black with #3D056F

Text Example


Text Example

White with #3D056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,5,111); }

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

background-color css

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

 a { background-color: rgb(61,5,111); }

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

border-color css

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

 span { border-color: rgb(61,5,111); }

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