Html Css Color HEX #48057C Indigo

📋 copy color: '#48057C'

red 72 ◦ green 5 ◦ blue 124

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

Shades of Indigo #48057C

Tints of Indigo #48057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 124 (48.83% from 255) = 61.69%

R = 35.82%
G = 2.49%
B = 61.69%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48057C (or 0x48057C) is known color: Indigo. HEX triplet: 48, 05 and 7C. RGB value is (72,5,124). Sum of RGB (Red+Green+Blue) = 72+5+124=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #48057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48057C is #B7FA83. Grayscale: #262626. Windows color (decimal): -12057220 or 8127816. OLE color: 8127816.

HSL color Cylindrical-coordinate representation of color #48057C: hue angle of 273.78º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48057C is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 5 124 -
CMYK 0.42 0.96 0 0.51
HSL 273.78º 0.92% 0.25% -
HSV(B) 273.78º 0.96% 0.49% -
XYZ 6.36 2.94 19.3 -
YUV 38.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 72 5 124 0.42 0.96 0 0.51 273.78 0.92 0.25
Hex 48 5 7C 2A 60 0 33 112 5C 19
Octal 110 5 174 52 140 0 63 422 134 31
Binary 1001000 101 1111100 101010 1100000 0 110011 100010010 1011100 11001

Color Harmonies of #48057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48057C

Black with #48057C

Text Example


Text Example

White with #48057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,5,124); }

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

background-color css

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

 a { background-color: rgb(72,5,124); }

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

border-color css

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

 span { border-color: rgb(72,5,124); }

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