Html Css Color HEX #48067D Indigo

📋 copy color: '#48067D'

red 72 ◦ green 6 ◦ blue 125

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

Shades of Indigo #48067D

Tints of Indigo #48067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.96%

 BLUE value IS 125 (49.22% from 255) = 61.58%

R = 35.47%
G = 2.96%
B = 61.58%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48067D (or 0x48067D) is known color: Indigo. HEX triplet: 48, 06 and 7D. RGB value is (72,6,125). Sum of RGB (Red+Green+Blue) = 72+6+125=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #48067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48067D is #B7F982. Grayscale: #262626. Windows color (decimal): -12056963 or 8193608. OLE color: 8193608.

HSL color Cylindrical-coordinate representation of color #48067D: hue angle of 273.28º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48067D is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 6 125 -
CMYK 0.42 0.95 0 0.51
HSL 273.28º 0.91% 0.26% -
HSV(B) 273.28º 0.95% 0.49% -
XYZ 6.44 2.99 19.64 -
YUV 39.3 176.37 151.32 -
System Red Green Blue C M Y K H S L
Decimal 72 6 125 0.42 0.95 0 0.51 273.28 0.91 0.26
Hex 48 6 7D 2A 5F 0 33 111 5B 1A
Octal 110 6 175 52 137 0 63 421 133 32
Binary 1001000 110 1111101 101010 1011111 0 110011 100010001 1011011 11010

Color Harmonies of #48067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48067D

Black with #48067D

Text Example


Text Example

White with #48067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48067D; }

 p { color: rgb(72,6,125); }

 H1.HeaderClassName
 {
   color: #48067D;
 }
 .AnyTagClassName
 {
   color: #48067D;
 }
</style>

background-color css

<style>
 a { background-color: #48067D; }

 a { background-color: rgb(72,6,125); }

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

border-color css

<style>
 span { border-color: #48067D; }

 span { border-color: rgb(72,6,125); }

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