Html Css Color HEX #3B039D Indigo

📋 copy color: '#3B039D'

red 59 ◦ green 3 ◦ blue 157

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

Shades of Indigo #3B039D

Tints of Indigo #3B039D

RGB

 RED value IS 59 (23.44% from 255) = 26.94%

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

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

R = 26.94%
G = 1.37%
B = 71.69%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B039D (or 0x3B039D) is known color: Indigo. HEX triplet: 3B, 03 and 9D. RGB value is (59,3,157). Sum of RGB (Red+Green+Blue) = 59+3+157=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B039D is #C4FC62. Grayscale: #242424. Windows color (decimal): -12909667 or 10289979. OLE color: 10289979.

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

Color convert

RGB 59 3 157 -
CMYK 0.62 0.98 0 0.38
HSL 261.82º 0.96% 0.31% -
HSV(B) 261.82º 0.98% 0.62% -
XYZ 7.92 3.43 32.14 -
YUV 37.3 195.55 143.48 -
System Red Green Blue C M Y K H S L
Decimal 59 3 157 0.62 0.98 0 0.38 261.82 0.96 0.31
Hex 3B 3 9D 3E 62 0 26 106 60 1F
Octal 73 3 235 76 142 0 46 406 140 37
Binary 111011 11 10011101 111110 1100010 0 100110 100000110 1100000 11111

Color Harmonies of #3B039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B039D

Black with #3B039D

Text Example


Text Example

White with #3B039D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,3,157); }

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

background-color css

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

 a { background-color: rgb(59,3,157); }

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

border-color css

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

 span { border-color: rgb(59,3,157); }

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