Html Css Color HEX #3B019F Indigo

📋 copy color: '#3B019F'

red 59 ◦ green 1 ◦ blue 159

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

Shades of Indigo #3B019F

Tints of Indigo #3B019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 159 (62.5% from 255) = 72.6%

R = 26.94%
G = 0.46%
B = 72.6%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B019F (or 0x3B019F) is known color: Indigo. HEX triplet: 3B, 01 and 9F. RGB value is (59,1,159). Sum of RGB (Red+Green+Blue) = 59+1+159=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 159 (62.5% from 255 or 72.60% from 219); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B019F is #C4FE60. Grayscale: #232323. Windows color (decimal): -12910177 or 10420539. OLE color: 10420539.

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

Color convert

RGB 59 1 159 -
CMYK 0.63 0.99 0 0.38
HSL 262.03º 0.99% 0.31% -
HSV(B) 262.03º 0.99% 0.62% -
XYZ 8.07 3.45 33.04 -
YUV 36.35 197.22 144.15 -
System Red Green Blue C M Y K H S L
Decimal 59 1 159 0.63 0.99 0 0.38 262.03 0.99 0.31
Hex 3B 1 9F 3F 63 0 26 106 63 1F
Octal 73 1 237 77 143 0 46 406 143 37
Binary 111011 1 10011111 111111 1100011 0 100110 100000110 1100011 11111

Color Harmonies of #3B019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B019F

Black with #3B019F

Text Example


Text Example

White with #3B019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,1,159); }

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

background-color css

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

 a { background-color: rgb(59,1,159); }

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

border-color css

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

 span { border-color: rgb(59,1,159); }

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