Html Css Color HEX #3D009D Indigo

📋 copy color: '#3D009D'

red 61 ◦ green 0 ◦ blue 157

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

Shades of Indigo #3D009D

Tints of Indigo #3D009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 72.02%

R = 27.98%
G = 0%
B = 72.02%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D009D (or 0x3D009D) is known color: Indigo. HEX triplet: 3D, 00 and 9D. RGB value is (61,0,157). Sum of RGB (Red+Green+Blue) = 61+0+157=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D009D is #C2FF62. Grayscale: #232323. Windows color (decimal): -12779363 or 10289213. OLE color: 10289213.

HSL color Cylindrical-coordinate representation of color #3D009D: hue angle of 263.31º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D009D is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 61 0 157 -
CMYK 0.61 1 0 0.38
HSL 263.31º 1% 0.31% -
HSV(B) 263.31º 1% 0.62% -
XYZ 8.01 3.43 32.14 -
YUV 36.14 196.21 145.73 -
System Red Green Blue C M Y K H S L
Decimal 61 0 157 0.61 1 0 0.38 263.31 1 0.31
Hex 3D 0 9D 3D 64 0 26 107 64 1F
Octal 75 0 235 75 144 0 46 407 144 37
Binary 111101 0 10011101 111101 1100100 0 100110 100000111 1100100 11111

Color Harmonies of #3D009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D009D

Black with #3D009D

Text Example


Text Example

White with #3D009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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