Html Css Color HEX #48036C Indigo

📋 copy color: '#48036C'

red 72 ◦ green 3 ◦ blue 108

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

Shades of Indigo #48036C

Tints of Indigo #48036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

 BLUE value IS 108 (42.58% from 255) = 59.02%

R = 39.34%
G = 1.64%
B = 59.02%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48036C (or 0x48036C) is known color: Indigo. HEX triplet: 48, 03 and 6C. RGB value is (72,3,108). Sum of RGB (Red+Green+Blue) = 72+3+108=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #48036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48036C is #B7FC93. Grayscale: #232323. Windows color (decimal): -12057748 or 7078728. OLE color: 7078728.

HSL color Cylindrical-coordinate representation of color #48036C: hue angle of 279.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48036C is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 3 108 -
CMYK 0.33 0.97 0 0.58
HSL 279.43º 0.95% 0.22% -
HSV(B) 279.43º 0.97% 0.42% -
XYZ 5.41 2.53 14.39 -
YUV 35.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 72 3 108 0.33 0.97 0 0.58 279.43 0.95 0.22
Hex 48 3 6C 21 61 0 3A 117 5F 16
Octal 110 3 154 41 141 0 72 427 137 26
Binary 1001000 11 1101100 100001 1100001 0 111010 100010111 1011111 10110

Color Harmonies of #48036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48036C

Black with #48036C

Text Example


Text Example

White with #48036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,3,108); }

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

background-color css

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

 a { background-color: rgb(72,3,108); }

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

border-color css

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

 span { border-color: rgb(72,3,108); }

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