Html Css Color HEX #48015C Indigo

📋 copy color: '#48015C'

red 72 ◦ green 1 ◦ blue 92

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

Shades of Indigo #48015C

Tints of Indigo #48015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 92 (36.33% from 255) = 55.76%

R = 43.64%
G = 0.61%
B = 55.76%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48015C (or 0x48015C) is known color: Indigo. HEX triplet: 48, 01 and 5C. RGB value is (72,1,92). Sum of RGB (Red+Green+Blue) = 72+1+92=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #48015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48015C is #B7FEA3. Grayscale: #202020. Windows color (decimal): -12058276 or 6029640. OLE color: 6029640.

HSL color Cylindrical-coordinate representation of color #48015C: hue angle of 286.81º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48015C is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 1 92 -
CMYK 0.22 0.99 0 0.64
HSL 286.81º 0.98% 0.18% -
HSV(B) 286.81º 0.99% 0.36% -
XYZ 4.62 2.17 10.3 -
YUV 32.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 72 1 92 0.22 0.99 0 0.64 286.81 0.98 0.18
Hex 48 1 5C 16 63 0 40 11F 62 12
Octal 110 1 134 26 143 0 100 437 142 22
Binary 1001000 1 1011100 10110 1100011 0 1000000 100011111 1100010 10010

Color Harmonies of #48015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48015C

Black with #48015C

Text Example


Text Example

White with #48015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,1,92); }

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

background-color css

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

 a { background-color: rgb(72,1,92); }

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

border-color css

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

 span { border-color: rgb(72,1,92); }

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