Html Css Color HEX #48026E Indigo

📋 copy color: '#48026E'

red 72 ◦ green 2 ◦ blue 110

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

Shades of Indigo #48026E

Tints of Indigo #48026E

RGB

 RED value IS 72 (28.52% from 255) = 39.13%

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

 BLUE value IS 110 (43.36% from 255) = 59.78%

R = 39.13%
G = 1.09%
B = 59.78%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48026E (or 0x48026E) is known color: Indigo. HEX triplet: 48, 02 and 6E. RGB value is (72,2,110). Sum of RGB (Red+Green+Blue) = 72+2+110=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #48026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48026E is #B7FD91. Grayscale: #222222. Windows color (decimal): -12058002 or 7209544. OLE color: 7209544.

HSL color Cylindrical-coordinate representation of color #48026E: hue angle of 278.89º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48026E is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 2 110 -
CMYK 0.35 0.98 0 0.57
HSL 278.89º 0.96% 0.22% -
HSV(B) 278.89º 0.98% 0.43% -
XYZ 5.51 2.55 14.95 -
YUV 35.24 170.19 154.22 -
System Red Green Blue C M Y K H S L
Decimal 72 2 110 0.35 0.98 0 0.57 278.89 0.96 0.22
Hex 48 2 6E 23 62 0 39 117 60 16
Octal 110 2 156 43 142 0 71 427 140 26
Binary 1001000 10 1101110 100011 1100010 0 111001 100010111 1100000 10110

Color Harmonies of #48026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48026E

Black with #48026E

Text Example


Text Example

White with #48026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48026E; }

 p { color: rgb(72,2,110); }

 H1.HeaderClassName
 {
   color: #48026E;
 }
 .AnyTagClassName
 {
   color: #48026E;
 }
</style>

background-color css

<style>
 a { background-color: #48026E; }

 a { background-color: rgb(72,2,110); }

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

border-color css

<style>
 span { border-color: #48026E; }

 span { border-color: rgb(72,2,110); }

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