Html Css Color HEX #48029E Indigo

📋 copy color: '#48029E'

red 72 ◦ green 2 ◦ blue 158

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

Shades of Indigo #48029E

Tints of Indigo #48029E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 68.1%

R = 31.03%
G = 0.86%
B = 68.1%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48029E (or 0x48029E) is known color: Indigo. HEX triplet: 48, 02 and 9E. RGB value is (72,2,158). Sum of RGB (Red+Green+Blue) = 72+2+158=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #48029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48029E is #B7FD61. Grayscale: #282828. Windows color (decimal): -12057954 or 10355272. OLE color: 10355272.

HSL color Cylindrical-coordinate representation of color #48029E: hue angle of 266.92º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48029E is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 2 158 -
CMYK 0.54 0.99 0 0.38
HSL 266.92º 0.98% 0.31% -
HSV(B) 266.92º 0.99% 0.62% -
XYZ 8.87 3.89 32.63 -
YUV 40.71 194.19 150.32 -
System Red Green Blue C M Y K H S L
Decimal 72 2 158 0.54 0.99 0 0.38 266.92 0.98 0.31
Hex 48 2 9E 36 63 0 26 10B 62 1F
Octal 110 2 236 66 143 0 46 413 142 37
Binary 1001000 10 10011110 110110 1100011 0 100110 100001011 1100010 11111

Color Harmonies of #48029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48029E

Black with #48029E

Text Example


Text Example

White with #48029E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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