Html Css Color HEX #3D066E Indigo

📋 copy color: '#3D066E'

red 61 ◦ green 6 ◦ blue 110

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

Shades of Indigo #3D066E

Tints of Indigo #3D066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

 BLUE value IS 110 (43.36% from 255) = 62.15%

R = 34.46%
G = 3.39%
B = 62.15%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3D066E (or 0x3D066E) is known color: Indigo. HEX triplet: 3D, 06 and 6E. RGB value is (61,6,110). Sum of RGB (Red+Green+Blue) = 61+6+110=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D066E is #C2F991. Grayscale: #212121. Windows color (decimal): -12777874 or 7210557. OLE color: 7210557.

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

Color convert

RGB 61 6 110 -
CMYK 0.45 0.95 0 0.57
HSL 271.73º 0.9% 0.23% -
HSV(B) 271.73º 0.95% 0.43% -
XYZ 4.8 2.25 14.93 -
YUV 34.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 61 6 110 0.45 0.95 0 0.57 271.73 0.9 0.23
Hex 3D 6 6E 2D 5F 0 39 110 5A 17
Octal 75 6 156 55 137 0 71 420 132 27
Binary 111101 110 1101110 101101 1011111 0 111001 100010000 1011010 10111

Color Harmonies of #3D066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D066E

Black with #3D066E

Text Example


Text Example

White with #3D066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,6,110); }

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

background-color css

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

 a { background-color: rgb(61,6,110); }

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

border-color css

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

 span { border-color: rgb(61,6,110); }

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