Html Css Color HEX #3D0099 Indigo

📋 copy color: '#3D0099'

red 61 ◦ green 0 ◦ blue 153

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

Shades of Indigo #3D0099

Tints of Indigo #3D0099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 71.5%

R = 28.5%
G = 0%
B = 71.5%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3D0099 (or 0x3D0099) is known color: Indigo. HEX triplet: 3D, 00 and 99. RGB value is (61,0,153). Sum of RGB (Red+Green+Blue) = 61+0+153=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D0099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0099 is #C2FF66. Grayscale: #232323. Windows color (decimal): -12779367 or 10027069. OLE color: 10027069.

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

Color convert

RGB 61 0 153 -
CMYK 0.60 1 0 0.4
HSL 263.92º 1% 0.3% -
HSV(B) 263.92º 1% 0.6% -
XYZ 7.67 3.29 30.37 -
YUV 35.68 194.21 146.06 -
System Red Green Blue C M Y K H S L
Decimal 61 0 153 0.60 1 0 0.4 263.92 1 0.3
Hex 3D 0 99 3C 64 0 28 108 64 1E
Octal 75 0 231 74 144 0 50 410 144 36
Binary 111101 0 10011001 111100 1100100 0 101000 100001000 1100100 11110

Color Harmonies of #3D0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0099

Black with #3D0099

Text Example


Text Example

White with #3D0099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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