Html Css Color HEX #4A026F Indigo

📋 copy color: '#4A026F'

red 74 ◦ green 2 ◦ blue 111

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

Shades of Indigo #4A026F

Tints of Indigo #4A026F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

 BLUE value IS 111 (43.75% from 255) = 59.36%

R = 39.57%
G = 1.07%
B = 59.36%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4A026F (or 0x4A026F) is known color: Indigo. HEX triplet: 4A, 02 and 6F. RGB value is (74,2,111). Sum of RGB (Red+Green+Blue) = 74+2+111=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A026F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A026F is #B5FD90. Grayscale: #232323. Windows color (decimal): -11926929 or 7275082. OLE color: 7275082.

HSL color Cylindrical-coordinate representation of color #4A026F: hue angle of 279.63º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A026F is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 2 111 -
CMYK 0.33 0.98 0 0.56
HSL 279.63º 0.96% 0.22% -
HSV(B) 279.63º 0.98% 0.44% -
XYZ 5.71 2.65 15.25 -
YUV 35.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 74 2 111 0.33 0.98 0 0.56 279.63 0.96 0.22
Hex 4A 2 6F 21 62 0 38 118 60 16
Octal 112 2 157 41 142 0 70 430 140 26
Binary 1001010 10 1101111 100001 1100010 0 111000 100011000 1100000 10110

Color Harmonies of #4A026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A026F

Black with #4A026F

Text Example


Text Example

White with #4A026F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,2,111); }

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

background-color css

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

 a { background-color: rgb(74,2,111); }

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

border-color css

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

 span { border-color: rgb(74,2,111); }

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