Html Css Color HEX #48168F Indigo

📋 copy color: '#48168F'

red 72 ◦ green 22 ◦ blue 143

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

Shades of Indigo #48168F

Tints of Indigo #48168F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.28%

 BLUE value IS 143 (56.25% from 255) = 60.34%

R = 30.38%
G = 9.28%
B = 60.34%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48168F (or 0x48168F) is known color: Indigo. HEX triplet: 48, 16 and 8F. RGB value is (72,22,143). Sum of RGB (Red+Green+Blue) = 72+22+143=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #48168F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48168F is #B7E970. Grayscale: #323232. Windows color (decimal): -12052849 or 9377352. OLE color: 9377352.

HSL color Cylindrical-coordinate representation of color #48168F: hue angle of 264.79º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48168F is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 22 143 -
CMYK 0.50 0.85 0 0.44
HSL 264.79º 0.73% 0.32% -
HSV(B) 264.79º 0.85% 0.56% -
XYZ 7.92 3.93 26.33 -
YUV 50.74 180.07 143.16 -
System Red Green Blue C M Y K H S L
Decimal 72 22 143 0.50 0.85 0 0.44 264.79 0.73 0.32
Hex 48 16 8F 32 55 0 2C 109 49 20
Octal 110 26 217 62 125 0 54 411 111 40
Binary 1001000 10110 10001111 110010 1010101 0 101100 100001001 1001001 100000

Color Harmonies of #48168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48168F

Black with #48168F

Text Example


Text Example

White with #48168F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48168F; }

 p { color: rgb(72,22,143); }

 H1.HeaderClassName
 {
   color: #48168F;
 }
 .AnyTagClassName
 {
   color: #48168F;
 }
</style>

background-color css

<style>
 a { background-color: #48168F; }

 a { background-color: rgb(72,22,143); }

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

border-color css

<style>
 span { border-color: #48168F; }

 span { border-color: rgb(72,22,143); }

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