Html Css Color HEX #3D038E Indigo

📋 copy color: '#3D038E'

red 61 ◦ green 3 ◦ blue 142

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

Shades of Indigo #3D038E

Tints of Indigo #3D038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 142 (55.86% from 255) = 68.93%

R = 29.61%
G = 1.46%
B = 68.93%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D038E (or 0x3D038E) is known color: Indigo. HEX triplet: 3D, 03 and 8E. RGB value is (61,3,142). Sum of RGB (Red+Green+Blue) = 61+3+142=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D038E is #C2FC71. Grayscale: #232323. Windows color (decimal): -12778610 or 9306941. OLE color: 9306941.

HSL color Cylindrical-coordinate representation of color #3D038E: hue angle of 265.04º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D038E is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 3 142 -
CMYK 0.57 0.98 0 0.44
HSL 265.04º 0.96% 0.28% -
HSV(B) 265.04º 0.98% 0.56% -
XYZ 6.84 3.01 25.81 -
YUV 36.19 187.72 145.7 -
System Red Green Blue C M Y K H S L
Decimal 61 3 142 0.57 0.98 0 0.44 265.04 0.96 0.28
Hex 3D 3 8E 39 62 0 2C 109 60 1C
Octal 75 3 216 71 142 0 54 411 140 34
Binary 111101 11 10001110 111001 1100010 0 101100 100001001 1100000 11100

Color Harmonies of #3D038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D038E

Black with #3D038E

Text Example


Text Example

White with #3D038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,3,142); }

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

background-color css

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

 a { background-color: rgb(61,3,142); }

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

border-color css

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

 span { border-color: rgb(61,3,142); }

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