Html Css Color HEX #3A019B Indigo

📋 copy color: '#3A019B'

red 58 ◦ green 1 ◦ blue 155

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

Shades of Indigo #3A019B

Tints of Indigo #3A019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 72.43%

R = 27.1%
G = 0.47%
B = 72.43%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A019B (or 0x3A019B) is known color: Indigo. HEX triplet: 3A, 01 and 9B. RGB value is (58,1,155). Sum of RGB (Red+Green+Blue) = 58+1+155=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A019B is #C5FE64. Grayscale: #232323. Windows color (decimal): -12975717 or 10158394. OLE color: 10158394.

HSL color Cylindrical-coordinate representation of color #3A019B: hue angle of 262.21º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A019B is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 1 155 -
CMYK 0.63 0.99 0 0.39
HSL 262.21º 0.99% 0.31% -
HSV(B) 262.21º 0.99% 0.61% -
XYZ 7.67 3.29 31.24 -
YUV 35.6 195.38 143.98 -
System Red Green Blue C M Y K H S L
Decimal 58 1 155 0.63 0.99 0 0.39 262.21 0.99 0.31
Hex 3A 1 9B 3F 63 0 27 106 63 1F
Octal 72 1 233 77 143 0 47 406 143 37
Binary 111010 1 10011011 111111 1100011 0 100111 100000110 1100011 11111

Color Harmonies of #3A019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A019B

Black with #3A019B

Text Example


Text Example

White with #3A019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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