Html Css Color HEX #3D039E Indigo

📋 copy color: '#3D039E'

red 61 ◦ green 3 ◦ blue 158

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

Shades of Indigo #3D039E

Tints of Indigo #3D039E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 71.17%

R = 27.48%
G = 1.35%
B = 71.17%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D039E (or 0x3D039E) is known color: Indigo. HEX triplet: 3D, 03 and 9E. RGB value is (61,3,158). Sum of RGB (Red+Green+Blue) = 61+3+158=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D039E is #C2FC61. Grayscale: #252525. Windows color (decimal): -12778594 or 10355517. OLE color: 10355517.

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

Color convert

RGB 61 3 158 -
CMYK 0.61 0.98 0 0.38
HSL 262.45º 0.96% 0.32% -
HSV(B) 262.45º 0.98% 0.62% -
XYZ 8.13 3.53 32.6 -
YUV 38.01 195.72 144.4 -
System Red Green Blue C M Y K H S L
Decimal 61 3 158 0.61 0.98 0 0.38 262.45 0.96 0.32
Hex 3D 3 9E 3D 62 0 26 106 60 20
Octal 75 3 236 75 142 0 46 406 140 40
Binary 111101 11 10011110 111101 1100010 0 100110 100000110 1100000 100000

Color Harmonies of #3D039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D039E

Black with #3D039E

Text Example


Text Example

White with #3D039E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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