Html Css Color HEX #481275 Indigo

📋 copy color: '#481275'

red 72 ◦ green 18 ◦ blue 117

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

Shades of Indigo #481275

Tints of Indigo #481275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 34.78%
G = 8.7%
B = 56.52%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#481275 (or 0x481275) is known color: Indigo. HEX triplet: 48, 12 and 75. RGB value is (72,18,117). Sum of RGB (Red+Green+Blue) = 72+18+117=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #481275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481275 is #B7ED8A. Grayscale: #2D2D2D. Windows color (decimal): -12053899 or 7672392. OLE color: 7672392.

HSL color Cylindrical-coordinate representation of color #481275: hue angle of 272.73º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481275 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 18 117 -
CMYK 0.38 0.85 0 0.54
HSL 272.73º 0.73% 0.26% -
HSV(B) 272.73º 0.85% 0.46% -
XYZ 6.1 3.09 17.11 -
YUV 45.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 72 18 117 0.38 0.85 0 0.54 272.73 0.73 0.26
Hex 48 12 75 26 55 0 36 111 49 1A
Octal 110 22 165 46 125 0 66 421 111 32
Binary 1001000 10010 1110101 100110 1010101 0 110110 100010001 1001001 11010

Color Harmonies of #481275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481275

Black with #481275

Text Example


Text Example

White with #481275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481275; }

 p { color: rgb(72,18,117); }

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

background-color css

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

 a { background-color: rgb(72,18,117); }

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

border-color css

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

 span { border-color: rgb(72,18,117); }

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