Html Css Color HEX #3A01A5 Indigo

📋 copy color: '#3A01A5'

red 58 ◦ green 1 ◦ blue 165

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

Shades of Indigo #3A01A5

Tints of Indigo #3A01A5

RGB

 RED value IS 58 (23.05% from 255) = 25.89%

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

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

R = 25.89%
G = 0.45%
B = 73.66%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3A01A5 (or 0x3A01A5) is known color: Indigo. HEX triplet: 3A, 01 and A5. RGB value is (58,1,165). Sum of RGB (Red+Green+Blue) = 58+1+165=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 165 (64.84% from 255 or 73.66% from 224); Max value from RGB is 165 - color contains mainly: blue. Hex color #3A01A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A01A5 is #C5FE5A. Grayscale: #242424. Windows color (decimal): -12975707 or 10813754. OLE color: 10813754.

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

Color convert

RGB 58 1 165 -
CMYK 0.65 0.99 0 0.35
HSL 260.85º 0.99% 0.33% -
HSV(B) 260.85º 0.99% 0.65% -
XYZ 8.55 3.64 35.85 -
YUV 36.74 200.38 143.16 -
System Red Green Blue C M Y K H S L
Decimal 58 1 165 0.65 0.99 0 0.35 260.85 0.99 0.33
Hex 3A 1 A5 41 63 0 23 105 63 21
Octal 72 1 245 101 143 0 43 405 143 41
Binary 111010 1 10100101 1000001 1100011 0 100011 100000101 1100011 100001

Color Harmonies of #3A01A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A01A5

Black with #3A01A5

Text Example


Text Example

White with #3A01A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,1,165); }

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

background-color css

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

 a { background-color: rgb(58,1,165); }

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

border-color css

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

 span { border-color: rgb(58,1,165); }

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