Html Css Color HEX #48018C Indigo

📋 copy color: '#48018C'

red 72 ◦ green 1 ◦ blue 140

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

Shades of Indigo #48018C

Tints of Indigo #48018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 65.73%

R = 33.8%
G = 0.47%
B = 65.73%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48018C (or 0x48018C) is known color: Indigo. HEX triplet: 48, 01 and 8C. RGB value is (72,1,140). Sum of RGB (Red+Green+Blue) = 72+1+140=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #48018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48018C is #B7FE73. Grayscale: #252525. Windows color (decimal): -12058228 or 9175368. OLE color: 9175368.

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

Color convert

RGB 72 1 140 -
CMYK 0.49 0.99 0 0.45
HSL 270.65º 0.99% 0.28% -
HSV(B) 270.65º 0.99% 0.55% -
XYZ 7.42 3.29 25.06 -
YUV 38.08 185.52 152.2 -
System Red Green Blue C M Y K H S L
Decimal 72 1 140 0.49 0.99 0 0.45 270.65 0.99 0.28
Hex 48 1 8C 31 63 0 2D 10F 63 1C
Octal 110 1 214 61 143 0 55 417 143 34
Binary 1001000 1 10001100 110001 1100011 0 101101 100001111 1100011 11100

Color Harmonies of #48018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48018C

Black with #48018C

Text Example


Text Example

White with #48018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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