Html Css Color HEX #3D0066 Indigo

📋 copy color: '#3D0066'

red 61 ◦ green 0 ◦ blue 102

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

Shades of Indigo #3D0066

Tints of Indigo #3D0066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 102 (40.23% from 255) = 62.58%

R = 37.42%
G = 0%
B = 62.58%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3D0066 (or 0x3D0066) is known color: Indigo. HEX triplet: 3D, 00 and 66. RGB value is (61,0,102). Sum of RGB (Red+Green+Blue) = 61+0+102=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D0066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0066 is #C2FF99. Grayscale: #1D1D1D. Windows color (decimal): -12779418 or 6684733. OLE color: 6684733.

HSL color Cylindrical-coordinate representation of color #3D0066: hue angle of 275.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D0066 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 61 0 102 -
CMYK 0.40 1 0 0.6
HSL 275.88º 1% 0.2% -
HSV(B) 275.88º 1% 0.4% -
XYZ 4.32 1.95 12.72 -
YUV 29.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 61 0 102 0.40 1 0 0.6 275.88 1 0.2
Hex 3D 0 66 28 64 0 3C 114 64 14
Octal 75 0 146 50 144 0 74 424 144 24
Binary 111101 0 1100110 101000 1100100 0 111100 100010100 1100100 10100

Color Harmonies of #3D0066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0066

Black with #3D0066

Text Example


Text Example

White with #3D0066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,0,102); }

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

background-color css

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

 a { background-color: rgb(61,0,102); }

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

border-color css

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

 span { border-color: rgb(61,0,102); }

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