Html Css Color HEX #48045C Indigo

📋 copy color: '#48045C'

red 72 ◦ green 4 ◦ blue 92

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

Shades of Indigo #48045C

Tints of Indigo #48045C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 42.86%
G = 2.38%
B = 54.76%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48045C (or 0x48045C) is known color: Indigo. HEX triplet: 48, 04 and 5C. RGB value is (72,4,92). Sum of RGB (Red+Green+Blue) = 72+4+92=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #48045C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48045C is #B7FBA3. Grayscale: #222222. Windows color (decimal): -12057508 or 6030408. OLE color: 6030408.

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

Color convert

RGB 72 4 92 -
CMYK 0.22 0.96 0 0.64
HSL 286.36º 0.92% 0.19% -
HSV(B) 286.36º 0.96% 0.36% -
XYZ 4.65 2.24 10.31 -
YUV 34.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 72 4 92 0.22 0.96 0 0.64 286.36 0.92 0.19
Hex 48 4 5C 16 60 0 40 11E 5C 13
Octal 110 4 134 26 140 0 100 436 134 23
Binary 1001000 100 1011100 10110 1100000 0 1000000 100011110 1011100 10011

Color Harmonies of #48045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48045C

Black with #48045C

Text Example


Text Example

White with #48045C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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