Html Css Color HEX #48168B Indigo

📋 copy color: '#48168B'

red 72 ◦ green 22 ◦ blue 139

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

Shades of Indigo #48168B

Tints of Indigo #48168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.66%

R = 30.9%
G = 9.44%
B = 59.66%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48168B (or 0x48168B) is known color: Indigo. HEX triplet: 48, 16 and 8B. RGB value is (72,22,139). Sum of RGB (Red+Green+Blue) = 72+22+139=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #48168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48168B is #B7E974. Grayscale: #313131. Windows color (decimal): -12052853 or 9115208. OLE color: 9115208.

HSL color Cylindrical-coordinate representation of color #48168B: hue angle of 265.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48168B is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 22 139 -
CMYK 0.48 0.84 0 0.45
HSL 265.64º 0.73% 0.32% -
HSV(B) 265.64º 0.84% 0.55% -
XYZ 7.62 3.82 24.76 -
YUV 50.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 72 22 139 0.48 0.84 0 0.45 265.64 0.73 0.32
Hex 48 16 8B 30 54 0 2D 10A 49 20
Octal 110 26 213 60 124 0 55 412 111 40
Binary 1001000 10110 10001011 110000 1010100 0 101101 100001010 1001001 100000

Color Harmonies of #48168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48168B

Black with #48168B

Text Example


Text Example

White with #48168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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