Html Css Color HEX #3D0091 Indigo

📋 copy color: '#3D0091'

red 61 ◦ green 0 ◦ blue 145

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

Shades of Indigo #3D0091

Tints of Indigo #3D0091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 70.39%

R = 29.61%
G = 0%
B = 70.39%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3D0091 (or 0x3D0091) is known color: Indigo. HEX triplet: 3D, 00 and 91. RGB value is (61,0,145). Sum of RGB (Red+Green+Blue) = 61+0+145=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D0091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0091 is #C2FF6E. Grayscale: #222222. Windows color (decimal): -12779375 or 9502781. OLE color: 9502781.

HSL color Cylindrical-coordinate representation of color #3D0091: hue angle of 265.24º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D0091 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 61 0 145 -
CMYK 0.58 1 0 0.43
HSL 265.24º 1% 0.28% -
HSV(B) 265.24º 1% 0.57% -
XYZ 7.04 3.04 27 -
YUV 34.77 190.21 146.71 -
System Red Green Blue C M Y K H S L
Decimal 61 0 145 0.58 1 0 0.43 265.24 1 0.28
Hex 3D 0 91 3A 64 0 2B 109 64 1C
Octal 75 0 221 72 144 0 53 411 144 34
Binary 111101 0 10010001 111010 1100100 0 101011 100001001 1100100 11100

Color Harmonies of #3D0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0091

Black with #3D0091

Text Example


Text Example

White with #3D0091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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