Html Css Color HEX #48087B Indigo

📋 copy color: '#48087B'

red 72 ◦ green 8 ◦ blue 123

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

Shades of Indigo #48087B

Tints of Indigo #48087B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

 BLUE value IS 123 (48.44% from 255) = 60.59%

R = 35.47%
G = 3.94%
B = 60.59%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48087B (or 0x48087B) is known color: Indigo. HEX triplet: 48, 08 and 7B. RGB value is (72,8,123). Sum of RGB (Red+Green+Blue) = 72+8+123=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #48087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48087B is #B7F784. Grayscale: #272727. Windows color (decimal): -12056453 or 8063048. OLE color: 8063048.

HSL color Cylindrical-coordinate representation of color #48087B: hue angle of 273.39º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48087B is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 8 123 -
CMYK 0.41 0.93 0 0.52
HSL 273.39º 0.88% 0.26% -
HSV(B) 273.39º 0.93% 0.48% -
XYZ 6.33 2.98 18.98 -
YUV 40.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 72 8 123 0.41 0.93 0 0.52 273.39 0.88 0.26
Hex 48 8 7B 29 5D 0 34 111 58 1A
Octal 110 10 173 51 135 0 64 421 130 32
Binary 1001000 1000 1111011 101001 1011101 0 110100 100010001 1011000 11010

Color Harmonies of #48087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48087B

Black with #48087B

Text Example


Text Example

White with #48087B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,8,123); }

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

background-color css

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

 a { background-color: rgb(72,8,123); }

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

border-color css

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

 span { border-color: rgb(72,8,123); }

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