Html Css Color HEX #3A016F Indigo

📋 copy color: '#3A016F'

red 58 ◦ green 1 ◦ blue 111

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

Shades of Indigo #3A016F

Tints of Indigo #3A016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 65.29%

R = 34.12%
G = 0.59%
B = 65.29%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A016F (or 0x3A016F) is known color: Indigo. HEX triplet: 3A, 01 and 6F. RGB value is (58,1,111). Sum of RGB (Red+Green+Blue) = 58+1+111=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A016F is #C5FE90. Grayscale: #1E1E1E. Windows color (decimal): -12975761 or 7274810. OLE color: 7274810.

HSL color Cylindrical-coordinate representation of color #3A016F: hue angle of 271.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A016F is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 1 111 -
CMYK 0.48 0.99 0 0.56
HSL 271.09º 0.98% 0.22% -
HSV(B) 271.09º 0.99% 0.44% -
XYZ 4.63 2.07 15.19 -
YUV 30.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 58 1 111 0.48 0.99 0 0.56 271.09 0.98 0.22
Hex 3A 1 6F 30 63 0 38 10F 62 16
Octal 72 1 157 60 143 0 70 417 142 26
Binary 111010 1 1101111 110000 1100011 0 111000 100001111 1100010 10110

Color Harmonies of #3A016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A016F

Black with #3A016F

Text Example


Text Example

White with #3A016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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