Html Css Color HEX #3A018A Indigo

📋 copy color: '#3A018A'

red 58 ◦ green 1 ◦ blue 138

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

Shades of Indigo #3A018A

Tints of Indigo #3A018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 70.05%

R = 29.44%
G = 0.51%
B = 70.05%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A018A (or 0x3A018A) is known color: Indigo. HEX triplet: 3A, 01 and 8A. RGB value is (58,1,138). Sum of RGB (Red+Green+Blue) = 58+1+138=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A018A is #C5FE75. Grayscale: #212121. Windows color (decimal): -12975734 or 9044282. OLE color: 9044282.

HSL color Cylindrical-coordinate representation of color #3A018A: hue angle of 264.96º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A018A is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 1 138 -
CMYK 0.58 0.99 0 0.46
HSL 264.96º 0.99% 0.27% -
HSV(B) 264.96º 0.99% 0.54% -
XYZ 6.34 2.76 24.24 -
YUV 33.66 186.88 145.36 -
System Red Green Blue C M Y K H S L
Decimal 58 1 138 0.58 0.99 0 0.46 264.96 0.99 0.27
Hex 3A 1 8A 3A 63 0 2E 109 63 1B
Octal 72 1 212 72 143 0 56 411 143 33
Binary 111010 1 10001010 111010 1100011 0 101110 100001001 1100011 11011

Color Harmonies of #3A018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A018A

Black with #3A018A

Text Example


Text Example

White with #3A018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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