Html Css Color HEX #3A0198 Indigo

📋 copy color: '#3A0198'

red 58 ◦ green 1 ◦ blue 152

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

Shades of Indigo #3A0198

Tints of Indigo #3A0198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 72.04%

R = 27.49%
G = 0.47%
B = 72.04%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3A0198 (or 0x3A0198) is known color: Indigo. HEX triplet: 3A, 01 and 98. RGB value is (58,1,152). Sum of RGB (Red+Green+Blue) = 58+1+152=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A0198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0198 is #C5FE67. Grayscale: #222222. Windows color (decimal): -12975720 or 9961786. OLE color: 9961786.

HSL color Cylindrical-coordinate representation of color #3A0198: hue angle of 262.65º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0198 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 1 152 -
CMYK 0.62 0.99 0 0.40
HSL 262.65º 0.99% 0.3% -
HSV(B) 262.65º 0.99% 0.6% -
XYZ 7.42 3.19 29.93 -
YUV 35.26 193.88 144.22 -
System Red Green Blue C M Y K H S L
Decimal 58 1 152 0.62 0.99 0 0.40 262.65 0.99 0.3
Hex 3A 1 98 3E 63 0 28 107 63 1E
Octal 72 1 230 76 143 0 50 407 143 36
Binary 111010 1 10011000 111110 1100011 0 101000 100000111 1100011 11110

Color Harmonies of #3A0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0198

Black with #3A0198

Text Example


Text Example

White with #3A0198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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