Html Css Color HEX #3A0062 Indigo

📋 copy color: '#3A0062'

red 58 ◦ green 0 ◦ blue 98

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

Shades of Indigo #3A0062

Tints of Indigo #3A0062

RGB

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

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

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

R = 37.18%
G = 0%
B = 62.82%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A0062 (or 0x3A0062) is known color: Indigo. HEX triplet: 3A, 00 and 62. RGB value is (58,0,98). Sum of RGB (Red+Green+Blue) = 58+0+98=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A0062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0062 is #C5FF9D. Grayscale: #1C1C1C. Windows color (decimal): -12976030 or 6422586. OLE color: 6422586.

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

Color convert

RGB 58 0 98 -
CMYK 0.41 1 0 0.62
HSL 275.51º 1% 0.19% -
HSV(B) 275.51º 1% 0.38% -
XYZ 3.95 1.78 11.69 -
YUV 28.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 58 0 98 0.41 1 0 0.62 275.51 1 0.19
Hex 3A 0 62 29 64 0 3E 114 64 13
Octal 72 0 142 51 144 0 76 424 144 23
Binary 111010 0 1100010 101001 1100100 0 111110 100010100 1100100 10011

Color Harmonies of #3A0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0062

Black with #3A0062

Text Example


Text Example

White with #3A0062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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