Html Css Color HEX #48018B Indigo

📋 copy color: '#48018B'

red 72 ◦ green 1 ◦ blue 139

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

Shades of Indigo #48018B

Tints of Indigo #48018B

RGB

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

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

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

R = 33.96%
G = 0.47%
B = 65.57%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48018B (or 0x48018B) is known color: Indigo. HEX triplet: 48, 01 and 8B. RGB value is (72,1,139). Sum of RGB (Red+Green+Blue) = 72+1+139=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #48018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48018B is #B7FE74. Grayscale: #252525. Windows color (decimal): -12058229 or 9109832. OLE color: 9109832.

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

Color convert

RGB 72 1 139 -
CMYK 0.48 0.99 0 0.45
HSL 270.87º 0.99% 0.27% -
HSV(B) 270.87º 0.99% 0.55% -
XYZ 7.34 3.26 24.67 -
YUV 37.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 72 1 139 0.48 0.99 0 0.45 270.87 0.99 0.27
Hex 48 1 8B 30 63 0 2D 10F 63 1B
Octal 110 1 213 60 143 0 55 417 143 33
Binary 1001000 1 10001011 110000 1100011 0 101101 100001111 1100011 11011

Color Harmonies of #48018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48018B

Black with #48018B

Text Example


Text Example

White with #48018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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