Html Css Color HEX #3D056B Indigo

📋 copy color: '#3D056B'

red 61 ◦ green 5 ◦ blue 107

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

Shades of Indigo #3D056B

Tints of Indigo #3D056B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 61.85%

R = 35.26%
G = 2.89%
B = 61.85%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3D056B (or 0x3D056B) is known color: Indigo. HEX triplet: 3D, 05 and 6B. RGB value is (61,5,107). Sum of RGB (Red+Green+Blue) = 61+5+107=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D056B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D056B is #C2FA94. Grayscale: #212121. Windows color (decimal): -12778133 or 7013693. OLE color: 7013693.

HSL color Cylindrical-coordinate representation of color #3D056B: hue angle of 272.94º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D056B is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 61 5 107 -
CMYK 0.43 0.95 0 0.58
HSL 272.94º 0.91% 0.22% -
HSV(B) 272.94º 0.95% 0.42% -
XYZ 4.63 2.16 14.08 -
YUV 33.37 169.55 147.71 -
System Red Green Blue C M Y K H S L
Decimal 61 5 107 0.43 0.95 0 0.58 272.94 0.91 0.22
Hex 3D 5 6B 2B 5F 0 3A 111 5B 16
Octal 75 5 153 53 137 0 72 421 133 26
Binary 111101 101 1101011 101011 1011111 0 111010 100010001 1011011 10110

Color Harmonies of #3D056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D056B

Black with #3D056B

Text Example


Text Example

White with #3D056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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