Html Css Color HEX #3B0171 Indigo

📋 copy color: '#3B0171'

red 59 ◦ green 1 ◦ blue 113

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

Shades of Indigo #3B0171

Tints of Indigo #3B0171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 65.32%

R = 34.1%
G = 0.58%
B = 65.32%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B0171 (or 0x3B0171) is known color: Indigo. HEX triplet: 3B, 01 and 71. RGB value is (59,1,113). Sum of RGB (Red+Green+Blue) = 59+1+113=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B0171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0171 is #C4FE8E. Grayscale: #1E1E1E. Windows color (decimal): -12910223 or 7405883. OLE color: 7405883.

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

Color convert

RGB 59 1 113 -
CMYK 0.48 0.99 0 0.56
HSL 271.07º 0.98% 0.22% -
HSV(B) 271.07º 0.99% 0.44% -
XYZ 4.8 2.14 15.78 -
YUV 31.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 59 1 113 0.48 0.99 0 0.56 271.07 0.98 0.22
Hex 3B 1 71 30 63 0 38 10F 62 16
Octal 73 1 161 60 143 0 70 417 142 26
Binary 111011 1 1110001 110000 1100011 0 111000 100001111 1100010 10110

Color Harmonies of #3B0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0171

Black with #3B0171

Text Example


Text Example

White with #3B0171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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