Html Css Color HEX #3B05A5 Indigo

📋 copy color: '#3B05A5'

red 59 ◦ green 5 ◦ blue 165

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

Shades of Indigo #3B05A5

Tints of Indigo #3B05A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 72.05%

R = 25.76%
G = 2.18%
B = 72.05%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3B05A5 (or 0x3B05A5) is known color: Indigo. HEX triplet: 3B, 05 and A5. RGB value is (59,5,165). Sum of RGB (Red+Green+Blue) = 59+5+165=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 165 (64.84% from 255 or 72.05% from 229); Max value from RGB is 165 - color contains mainly: blue. Hex color #3B05A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B05A5 is #C4FA5A. Grayscale: #262626. Windows color (decimal): -12909147 or 10814779. OLE color: 10814779.

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

Color convert

RGB 59 5 165 -
CMYK 0.64 0.97 0 0.35
HSL 260.25º 0.94% 0.33% -
HSV(B) 260.25º 0.97% 0.65% -
XYZ 8.65 3.75 35.87 -
YUV 39.39 198.89 141.99 -
System Red Green Blue C M Y K H S L
Decimal 59 5 165 0.64 0.97 0 0.35 260.25 0.94 0.33
Hex 3B 5 A5 40 61 0 23 104 5E 21
Octal 73 5 245 100 141 0 43 404 136 41
Binary 111011 101 10100101 1000000 1100001 0 100011 100000100 1011110 100001

Color Harmonies of #3B05A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B05A5

Black with #3B05A5

Text Example


Text Example

White with #3B05A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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