Html Css Color HEX #481069 Indigo

📋 copy color: '#481069'

red 72 ◦ green 16 ◦ blue 105

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

Shades of Indigo #481069

Tints of Indigo #481069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.4%

R = 37.31%
G = 8.29%
B = 54.4%

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

#481069 (or 0x481069) is known color: Indigo. HEX triplet: 48, 10 and 69. RGB value is (72,16,105). Sum of RGB (Red+Green+Blue) = 72+16+105=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #481069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481069 is #B7EF96. Grayscale: #2A2A2A. Windows color (decimal): -12054423 or 6885448. OLE color: 6885448.

HSL color Cylindrical-coordinate representation of color #481069: hue angle of 277.75º degrees, saturation: 0.74, 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 #481069 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 16 105 -
CMYK 0.31 0.85 0 0.59
HSL 277.75º 0.74% 0.24% -
HSV(B) 277.75º 0.85% 0.41% -
XYZ 5.41 2.77 13.61 -
YUV 42.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 72 16 105 0.31 0.85 0 0.59 277.75 0.74 0.24
Hex 48 10 69 1F 55 0 3B 116 4A 18
Octal 110 20 151 37 125 0 73 426 112 30
Binary 1001000 10000 1101001 11111 1010101 0 111011 100010110 1001010 11000

Color Harmonies of #481069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481069

Black with #481069

Text Example


Text Example

White with #481069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481069; }

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

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

background-color css

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

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

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

border-color css

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

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

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