Html Css Color HEX #3D0992 Indigo

📋 copy color: '#3D0992'

red 61 ◦ green 9 ◦ blue 146

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

Shades of Indigo #3D0992

Tints of Indigo #3D0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

 BLUE value IS 146 (57.42% from 255) = 67.59%

R = 28.24%
G = 4.17%
B = 67.59%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3D0992 (or 0x3D0992) is known color: Indigo. HEX triplet: 3D, 09 and 92. RGB value is (61,9,146). Sum of RGB (Red+Green+Blue) = 61+9+146=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D0992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0992 is #C2F66D. Grayscale: #272727. Windows color (decimal): -12777070 or 9570621. OLE color: 9570621.

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

Color convert

RGB 61 9 146 -
CMYK 0.58 0.94 0 0.43
HSL 262.77º 0.88% 0.3% -
HSV(B) 262.77º 0.94% 0.57% -
XYZ 7.21 3.26 27.44 -
YUV 40.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 61 9 146 0.58 0.94 0 0.43 262.77 0.88 0.3
Hex 3D 9 92 3A 5E 0 2B 107 58 1E
Octal 75 11 222 72 136 0 53 407 130 36
Binary 111101 1001 10010010 111010 1011110 0 101011 100000111 1011000 11110

Color Harmonies of #3D0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0992

Black with #3D0992

Text Example


Text Example

White with #3D0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,9,146); }

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

background-color css

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

 a { background-color: rgb(61,9,146); }

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

border-color css

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

 span { border-color: rgb(61,9,146); }

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