Html Css Color HEX #3A027A Indigo

📋 copy color: '#3A027A'

red 58 ◦ green 2 ◦ blue 122

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

Shades of Indigo #3A027A

Tints of Indigo #3A027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 122 (48.05% from 255) = 67.03%

R = 31.87%
G = 1.1%
B = 67.03%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A027A (or 0x3A027A) is known color: Indigo. HEX triplet: 3A, 02 and 7A. RGB value is (58,2,122). Sum of RGB (Red+Green+Blue) = 58+2+122=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A027A is #C5FD85. Grayscale: #202020. Windows color (decimal): -12975494 or 7995962. OLE color: 7995962.

HSL color Cylindrical-coordinate representation of color #3A027A: hue angle of 268º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A027A is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 2 122 -
CMYK 0.52 0.98 0 0.52
HSL 268º 0.97% 0.24% -
HSV(B) 268º 0.98% 0.48% -
XYZ 5.28 2.35 18.59 -
YUV 32.42 178.55 146.24 -
System Red Green Blue C M Y K H S L
Decimal 58 2 122 0.52 0.98 0 0.52 268 0.97 0.24
Hex 3A 2 7A 34 62 0 34 10C 61 18
Octal 72 2 172 64 142 0 64 414 141 30
Binary 111010 10 1111010 110100 1100010 0 110100 100001100 1100001 11000

Color Harmonies of #3A027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A027A

Black with #3A027A

Text Example


Text Example

White with #3A027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,2,122); }

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

background-color css

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

 a { background-color: rgb(58,2,122); }

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

border-color css

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

 span { border-color: rgb(58,2,122); }

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