Html Css Color HEX #3A005F Indigo

📋 copy color: '#3A005F'

red 58 ◦ green 0 ◦ blue 95

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

Shades of Indigo #3A005F

Tints of Indigo #3A005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 62.09%

R = 37.91%
G = 0%
B = 62.09%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3A005F (or 0x3A005F) is known color: Indigo. HEX triplet: 3A, 00 and 5F. RGB value is (58,0,95). Sum of RGB (Red+Green+Blue) = 58+0+95=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A005F is #C5FFA0. Grayscale: #1B1B1B. Windows color (decimal): -12976033 or 6225978. OLE color: 6225978.

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

Color convert

RGB 58 0 95 -
CMYK 0.39 1 0 0.63
HSL 276.63º 1% 0.19% -
HSV(B) 276.63º 1% 0.37% -
XYZ 3.81 1.73 10.96 -
YUV 28.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 58 0 95 0.39 1 0 0.63 276.63 1 0.19
Hex 3A 0 5F 27 64 0 3F 115 64 13
Octal 72 0 137 47 144 0 77 425 144 23
Binary 111010 0 1011111 100111 1100100 0 111111 100010101 1100100 10011

Color Harmonies of #3A005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A005F

Black with #3A005F

Text Example


Text Example

White with #3A005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,0,95); }

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

background-color css

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

 a { background-color: rgb(58,0,95); }

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

border-color css

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

 span { border-color: rgb(58,0,95); }

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