Html Css Color HEX #3D059D Indigo

📋 copy color: '#3D059D'

red 61 ◦ green 5 ◦ blue 157

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

Shades of Indigo #3D059D

Tints of Indigo #3D059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

 BLUE value IS 157 (61.72% from 255) = 70.4%

R = 27.35%
G = 2.24%
B = 70.4%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D059D (or 0x3D059D) is known color: Indigo. HEX triplet: 3D, 05 and 9D. RGB value is (61,5,157). Sum of RGB (Red+Green+Blue) = 61+5+157=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D059D is #C2FA62. Grayscale: #262626. Windows color (decimal): -12778083 or 10290493. OLE color: 10290493.

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

Color convert

RGB 61 5 157 -
CMYK 0.61 0.97 0 0.38
HSL 262.11º 0.94% 0.32% -
HSV(B) 262.11º 0.97% 0.62% -
XYZ 8.06 3.53 32.16 -
YUV 39.07 194.55 143.64 -
System Red Green Blue C M Y K H S L
Decimal 61 5 157 0.61 0.97 0 0.38 262.11 0.94 0.32
Hex 3D 5 9D 3D 61 0 26 106 5E 20
Octal 75 5 235 75 141 0 46 406 136 40
Binary 111101 101 10011101 111101 1100001 0 100110 100000110 1011110 100000

Color Harmonies of #3D059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D059D

Black with #3D059D

Text Example


Text Example

White with #3D059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,5,157); }

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

background-color css

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

 a { background-color: rgb(61,5,157); }

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

border-color css

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

 span { border-color: rgb(61,5,157); }

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