Html Css Color HEX #3A07AD Indigo

📋 copy color: '#3A07AD'

red 58 ◦ green 7 ◦ blue 173

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

Shades of Indigo #3A07AD

Tints of Indigo #3A07AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.94%

 BLUE value IS 173 (67.97% from 255) = 72.69%

R = 24.37%
G = 2.94%
B = 72.69%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A07AD (or 0x3A07AD) is known color: Indigo. HEX triplet: 3A, 07 and AD. RGB value is (58,7,173). Sum of RGB (Red+Green+Blue) = 58+7+173=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A07AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A07AD is #C5F852. Grayscale: #282828. Windows color (decimal): -12974163 or 11339578. OLE color: 11339578.

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

Color convert

RGB 58 7 173 -
CMYK 0.66 0.96 0 0.32
HSL 258.43º 0.92% 0.35% -
HSV(B) 258.43º 0.96% 0.68% -
XYZ 9.36 4.07 39.83 -
YUV 41.17 202.4 140 -
System Red Green Blue C M Y K H S L
Decimal 58 7 173 0.66 0.96 0 0.32 258.43 0.92 0.35
Hex 3A 7 AD 42 60 0 20 102 5C 23
Octal 72 7 255 102 140 0 40 402 134 43
Binary 111010 111 10101101 1000010 1100000 0 100000 100000010 1011100 100011

Color Harmonies of #3A07AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A07AD

Black with #3A07AD

Text Example


Text Example

White with #3A07AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,7,173); }

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

background-color css

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

 a { background-color: rgb(58,7,173); }

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

border-color css

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

 span { border-color: rgb(58,7,173); }

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