Html Css Color HEX #4A07AB Indigo

📋 copy color: '#4A07AB'

red 74 ◦ green 7 ◦ blue 171

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

Shades of Indigo #4A07AB

Tints of Indigo #4A07AB

RGB

 RED value IS 74 (29.3% from 255) = 29.37%

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

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 29.37%
G = 2.78%
B = 67.86%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A07AB (or 0x4A07AB) is known color: Indigo. HEX triplet: 4A, 07 and AB. RGB value is (74,7,171). Sum of RGB (Red+Green+Blue) = 74+7+171=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A07AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A07AB is #B5F854. Grayscale: #2D2D2D. Windows color (decimal): -11925589 or 11208522. OLE color: 11208522.

HSL color Cylindrical-coordinate representation of color #4A07AB: hue angle of 264.51º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A07AB is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 7 171 -
CMYK 0.57 0.96 0 0.33
HSL 264.51º 0.92% 0.35% -
HSV(B) 264.51º 0.96% 0.67% -
XYZ 10.25 4.55 38.87 -
YUV 45.73 198.7 148.16 -
System Red Green Blue C M Y K H S L
Decimal 74 7 171 0.57 0.96 0 0.33 264.51 0.92 0.35
Hex 4A 7 AB 39 60 0 21 109 5C 23
Octal 112 7 253 71 140 0 41 411 134 43
Binary 1001010 111 10101011 111001 1100000 0 100001 100001001 1011100 100011

Color Harmonies of #4A07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A07AB

Black with #4A07AB

Text Example


Text Example

White with #4A07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A07AB; }

 p { color: rgb(74,7,171); }

 H1.HeaderClassName
 {
   color: #4A07AB;
 }
 .AnyTagClassName
 {
   color: #4A07AB;
 }
</style>

background-color css

<style>
 a { background-color: #4A07AB; }

 a { background-color: rgb(74,7,171); }

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

border-color css

<style>
 span { border-color: #4A07AB; }

 span { border-color: rgb(74,7,171); }

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