Html Css Color HEX #3A0162 Indigo

📋 copy color: '#3A0162'

red 58 ◦ green 1 ◦ blue 98

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

Shades of Indigo #3A0162

Tints of Indigo #3A0162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 62.42%

R = 36.94%
G = 0.64%
B = 62.42%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A0162 (or 0x3A0162) is known color: Indigo. HEX triplet: 3A, 01 and 62. RGB value is (58,1,98). Sum of RGB (Red+Green+Blue) = 58+1+98=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A0162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0162 is #C5FE9D. Grayscale: #1C1C1C. Windows color (decimal): -12975774 or 6422842. OLE color: 6422842.

HSL color Cylindrical-coordinate representation of color #3A0162: hue angle of 275.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0162 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 1 98 -
CMYK 0.41 0.99 0 0.62
HSL 275.26º 0.98% 0.19% -
HSV(B) 275.26º 0.99% 0.38% -
XYZ 3.96 1.8 11.69 -
YUV 29.1 166.88 148.61 -
System Red Green Blue C M Y K H S L
Decimal 58 1 98 0.41 0.99 0 0.62 275.26 0.98 0.19
Hex 3A 1 62 29 63 0 3E 113 62 13
Octal 72 1 142 51 143 0 76 423 142 23
Binary 111010 1 1100010 101001 1100011 0 111110 100010011 1100010 10011

Color Harmonies of #3A0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0162

Black with #3A0162

Text Example


Text Example

White with #3A0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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