Html Css Color HEX #481283 Indigo

📋 copy color: '#481283'

red 72 ◦ green 18 ◦ blue 131

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

Shades of Indigo #481283

Tints of Indigo #481283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 59.28%

R = 32.58%
G = 8.14%
B = 59.28%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#481283 (or 0x481283) is known color: Indigo. HEX triplet: 48, 12 and 83. RGB value is (72,18,131). Sum of RGB (Red+Green+Blue) = 72+18+131=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #481283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481283 is #B7ED7C. Grayscale: #2E2E2E. Windows color (decimal): -12053885 or 8589896. OLE color: 8589896.

HSL color Cylindrical-coordinate representation of color #481283: hue angle of 268.67º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481283 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 18 131 -
CMYK 0.45 0.86 0 0.49
HSL 268.67º 0.76% 0.29% -
HSV(B) 268.67º 0.86% 0.51% -
XYZ 6.99 3.45 21.77 -
YUV 47.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 72 18 131 0.45 0.86 0 0.49 268.67 0.76 0.29
Hex 48 12 83 2D 56 0 31 10D 4C 1D
Octal 110 22 203 55 126 0 61 415 114 35
Binary 1001000 10010 10000011 101101 1010110 0 110001 100001101 1001100 11101

Color Harmonies of #481283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481283

Black with #481283

Text Example


Text Example

White with #481283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481283; }

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

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

background-color css

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

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

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

border-color css

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

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

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