Html Css Color HEX #3D0295 Indigo

📋 copy color: '#3D0295'

red 61 ◦ green 2 ◦ blue 149

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

Shades of Indigo #3D0295

Tints of Indigo #3D0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 149 (58.59% from 255) = 70.28%

R = 28.77%
G = 0.94%
B = 70.28%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3D0295 (or 0x3D0295) is known color: Indigo. HEX triplet: 3D, 02 and 95. RGB value is (61,2,149). Sum of RGB (Red+Green+Blue) = 61+2+149=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D0295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0295 is #C2FD6A. Grayscale: #232323. Windows color (decimal): -12778859 or 9765437. OLE color: 9765437.

HSL color Cylindrical-coordinate representation of color #3D0295: hue angle of 264.08º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D0295 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 61 2 149 -
CMYK 0.59 0.99 0 0.42
HSL 264.08º 0.97% 0.3% -
HSV(B) 264.08º 0.99% 0.58% -
XYZ 7.37 3.21 28.66 -
YUV 36.4 191.55 145.55 -
System Red Green Blue C M Y K H S L
Decimal 61 2 149 0.59 0.99 0 0.42 264.08 0.97 0.3
Hex 3D 2 95 3B 63 0 2A 108 61 1E
Octal 75 2 225 73 143 0 52 410 141 36
Binary 111101 10 10010101 111011 1100011 0 101010 100001000 1100001 11110

Color Harmonies of #3D0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0295

Black with #3D0295

Text Example


Text Example

White with #3D0295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,2,149); }

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

background-color css

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

 a { background-color: rgb(61,2,149); }

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

border-color css

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

 span { border-color: rgb(61,2,149); }

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