Html Css Color HEX #3B0271 Indigo

📋 copy color: '#3B0271'

red 59 ◦ green 2 ◦ blue 113

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

Shades of Indigo #3B0271

Tints of Indigo #3B0271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 33.91%
G = 1.15%
B = 64.94%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B0271 (or 0x3B0271) is known color: Indigo. HEX triplet: 3B, 02 and 71. RGB value is (59,2,113). Sum of RGB (Red+Green+Blue) = 59+2+113=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B0271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0271 is #C4FD8E. Grayscale: #1F1F1F. Windows color (decimal): -12909967 or 7406139. OLE color: 7406139.

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

Color convert

RGB 59 2 113 -
CMYK 0.48 0.98 0 0.56
HSL 270.81º 0.97% 0.23% -
HSV(B) 270.81º 0.98% 0.44% -
XYZ 4.81 2.17 15.79 -
YUV 31.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 59 2 113 0.48 0.98 0 0.56 270.81 0.97 0.23
Hex 3B 2 71 30 62 0 38 10F 61 17
Octal 73 2 161 60 142 0 70 417 141 27
Binary 111011 10 1110001 110000 1100010 0 111000 100001111 1100001 10111

Color Harmonies of #3B0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0271

Black with #3B0271

Text Example


Text Example

White with #3B0271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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