Html Css Color HEX #3A03AE Indigo

📋 copy color: '#3A03AE'

red 58 ◦ green 3 ◦ blue 174

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

Shades of Indigo #3A03AE

Tints of Indigo #3A03AE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

 BLUE value IS 174 (68.36% from 255) = 74.04%

R = 24.68%
G = 1.28%
B = 74.04%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A03AE (or 0x3A03AE) is known color: Indigo. HEX triplet: 3A, 03 and AE. RGB value is (58,3,174). Sum of RGB (Red+Green+Blue) = 58+3+174=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A03AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A03AE is #C5FC51. Grayscale: #262626. Windows color (decimal): -12975186 or 11404090. OLE color: 11404090.

HSL color Cylindrical-coordinate representation of color #3A03AE: hue angle of 259.3º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A03AE is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 3 174 -
CMYK 0.67 0.98 0 0.32
HSL 259.3º 0.97% 0.35% -
HSV(B) 259.3º 0.98% 0.68% -
XYZ 9.42 4.02 40.32 -
YUV 38.94 204.22 141.6 -
System Red Green Blue C M Y K H S L
Decimal 58 3 174 0.67 0.98 0 0.32 259.3 0.97 0.35
Hex 3A 3 AE 43 62 0 20 103 61 23
Octal 72 3 256 103 142 0 40 403 141 43
Binary 111010 11 10101110 1000011 1100010 0 100000 100000011 1100001 100011

Color Harmonies of #3A03AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A03AE

Black with #3A03AE

Text Example


Text Example

White with #3A03AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,3,174); }

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

background-color css

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

 a { background-color: rgb(58,3,174); }

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

border-color css

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

 span { border-color: rgb(58,3,174); }

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