Html Css Color HEX #3A017F Indigo

📋 copy color: '#3A017F'

red 58 ◦ green 1 ◦ blue 127

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

Shades of Indigo #3A017F

Tints of Indigo #3A017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 68.28%

R = 31.18%
G = 0.54%
B = 68.28%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A017F (or 0x3A017F) is known color: Indigo. HEX triplet: 3A, 01 and 7F. RGB value is (58,1,127). Sum of RGB (Red+Green+Blue) = 58+1+127=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A017F is #C5FE80. Grayscale: #1F1F1F. Windows color (decimal): -12975745 or 8323386. OLE color: 8323386.

HSL color Cylindrical-coordinate representation of color #3A017F: hue angle of 267.14º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A017F is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 1 127 -
CMYK 0.54 0.99 0 0.50
HSL 267.14º 0.98% 0.25% -
HSV(B) 267.14º 0.99% 0.5% -
XYZ 5.59 2.45 20.26 -
YUV 32.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 58 1 127 0.54 0.99 0 0.50 267.14 0.98 0.25
Hex 3A 1 7F 36 63 0 32 10B 62 19
Octal 72 1 177 66 143 0 62 413 142 31
Binary 111010 1 1111111 110110 1100011 0 110010 100001011 1100010 11001

Color Harmonies of #3A017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A017F

Black with #3A017F

Text Example


Text Example

White with #3A017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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