Html Css Color HEX #47026C Indigo

📋 copy color: '#47026C'

red 71 ◦ green 2 ◦ blue 108

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

Shades of Indigo #47026C

Tints of Indigo #47026C

RGB

 RED value IS 71 (28.13% from 255) = 39.23%

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

 BLUE value IS 108 (42.58% from 255) = 59.67%

R = 39.23%
G = 1.1%
B = 59.67%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47026C (or 0x47026C) is known color: Indigo. HEX triplet: 47, 02 and 6C. RGB value is (71,2,108). Sum of RGB (Red+Green+Blue) = 71+2+108=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #47026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47026C is #B8FD93. Grayscale: #222222. Windows color (decimal): -12123540 or 7078471. OLE color: 7078471.

HSL color Cylindrical-coordinate representation of color #47026C: hue angle of 279.06º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #47026C is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 2 108 -
CMYK 0.34 0.98 0 0.58
HSL 279.06º 0.96% 0.22% -
HSV(B) 279.06º 0.98% 0.42% -
XYZ 5.33 2.47 14.38 -
YUV 34.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 71 2 108 0.34 0.98 0 0.58 279.06 0.96 0.22
Hex 47 2 6C 22 62 0 3A 117 60 16
Octal 107 2 154 42 142 0 72 427 140 26
Binary 1000111 10 1101100 100010 1100010 0 111010 100010111 1100000 10110

Color Harmonies of #47026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47026C

Black with #47026C

Text Example


Text Example

White with #47026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47026C; }

 p { color: rgb(71,2,108); }

 H1.HeaderClassName
 {
   color: #47026C;
 }
 .AnyTagClassName
 {
   color: #47026C;
 }
</style>

background-color css

<style>
 a { background-color: #47026C; }

 a { background-color: rgb(71,2,108); }

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

border-color css

<style>
 span { border-color: #47026C; }

 span { border-color: rgb(71,2,108); }

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