Html Css Color HEX #481068 Indigo

📋 copy color: '#481068'

red 72 ◦ green 16 ◦ blue 104

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

Shades of Indigo #481068

Tints of Indigo #481068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.33%

 BLUE value IS 104 (41.02% from 255) = 54.17%

R = 37.5%
G = 8.33%
B = 54.17%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#481068 (or 0x481068) is known color: Indigo. HEX triplet: 48, 10 and 68. RGB value is (72,16,104). Sum of RGB (Red+Green+Blue) = 72+16+104=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #481068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481068 is #B7EF97. Grayscale: #2A2A2A. Windows color (decimal): -12054424 or 6819912. OLE color: 6819912.

HSL color Cylindrical-coordinate representation of color #481068: hue angle of 278.18º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481068 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 16 104 -
CMYK 0.31 0.85 0 0.59
HSL 278.18º 0.73% 0.24% -
HSV(B) 278.18º 0.85% 0.41% -
XYZ 5.36 2.75 13.34 -
YUV 42.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 72 16 104 0.31 0.85 0 0.59 278.18 0.73 0.24
Hex 48 10 68 1F 55 0 3B 116 49 18
Octal 110 20 150 37 125 0 73 426 111 30
Binary 1001000 10000 1101000 11111 1010101 0 111011 100010110 1001001 11000

Color Harmonies of #481068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481068

Black with #481068

Text Example


Text Example

White with #481068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481068; }

 p { color: rgb(72,16,104); }

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

background-color css

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

 a { background-color: rgb(72,16,104); }

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

border-color css

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

 span { border-color: rgb(72,16,104); }

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