Html Css Color HEX #3B05AA Indigo

📋 copy color: '#3B05AA'

red 59 ◦ green 5 ◦ blue 170

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

Shades of Indigo #3B05AA

Tints of Indigo #3B05AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.65%

R = 25.21%
G = 2.14%
B = 72.65%

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

#3B05AA (or 0x3B05AA) is known color: Indigo. HEX triplet: 3B, 05 and AA. RGB value is (59,5,170). Sum of RGB (Red+Green+Blue) = 59+5+170=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B05AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B05AA is #C4FA55. Grayscale: #272727. Windows color (decimal): -12909142 or 11142459. OLE color: 11142459.

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

Color convert

RGB 59 5 170 -
CMYK 0.65 0.97 0 0.33
HSL 259.64º 0.94% 0.34% -
HSV(B) 259.64º 0.97% 0.67% -
XYZ 9.11 3.94 38.31 -
YUV 39.96 201.39 141.58 -
System Red Green Blue C M Y K H S L
Decimal 59 5 170 0.65 0.97 0 0.33 259.64 0.94 0.34
Hex 3B 5 AA 41 61 0 21 104 5E 22
Octal 73 5 252 101 141 0 41 404 136 42
Binary 111011 101 10101010 1000001 1100001 0 100001 100000100 1011110 100010

Color Harmonies of #3B05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B05AA

Black with #3B05AA

Text Example


Text Example

White with #3B05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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