Html Css Color HEX #3B05AB Indigo

📋 copy color: '#3B05AB'

red 59 ◦ green 5 ◦ blue 171

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

Shades of Indigo #3B05AB

Tints of Indigo #3B05AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 72.77%

R = 25.11%
G = 2.13%
B = 72.77%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B05AB (or 0x3B05AB) is known color: Indigo. HEX triplet: 3B, 05 and AB. RGB value is (59,5,171). Sum of RGB (Red+Green+Blue) = 59+5+171=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B05AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B05AB is #C4FA54. Grayscale: #272727. Windows color (decimal): -12909141 or 11207995. OLE color: 11207995.

HSL color Cylindrical-coordinate representation of color #3B05AB: hue angle of 259.52º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B05AB is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 5 171 -
CMYK 0.65 0.97 0 0.33
HSL 259.52º 0.94% 0.35% -
HSV(B) 259.52º 0.97% 0.67% -
XYZ 9.21 3.98 38.81 -
YUV 40.07 201.89 141.5 -
System Red Green Blue C M Y K H S L
Decimal 59 5 171 0.65 0.97 0 0.33 259.52 0.94 0.35
Hex 3B 5 AB 41 61 0 21 104 5E 23
Octal 73 5 253 101 141 0 41 404 136 43
Binary 111011 101 10101011 1000001 1100001 0 100001 100000100 1011110 100011

Color Harmonies of #3B05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B05AB

Black with #3B05AB

Text Example


Text Example

White with #3B05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,5,171); }

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

background-color css

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

 a { background-color: rgb(59,5,171); }

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

border-color css

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

 span { border-color: rgb(59,5,171); }

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