Html Css Color HEX #481269 Indigo

📋 copy color: '#481269'

red 72 ◦ green 18 ◦ blue 105

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

Shades of Indigo #481269

Tints of Indigo #481269

RGB

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

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

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

R = 36.92%
G = 9.23%
B = 53.85%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#481269 (or 0x481269) is known color: Indigo. HEX triplet: 48, 12 and 69. RGB value is (72,18,105). Sum of RGB (Red+Green+Blue) = 72+18+105=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #481269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481269 is #B7ED96. Grayscale: #2B2B2B. Windows color (decimal): -12053911 or 6885960. OLE color: 6885960.

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

Color convert

RGB 72 18 105 -
CMYK 0.31 0.83 0 0.59
HSL 277.24º 0.71% 0.24% -
HSV(B) 277.24º 0.83% 0.41% -
XYZ 5.44 2.83 13.62 -
YUV 44.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 72 18 105 0.31 0.83 0 0.59 277.24 0.71 0.24
Hex 48 12 69 1F 53 0 3B 115 47 18
Octal 110 22 151 37 123 0 73 425 107 30
Binary 1001000 10010 1101001 11111 1010011 0 111011 100010101 1000111 11000

Color Harmonies of #481269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481269

Black with #481269

Text Example


Text Example

White with #481269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481269; }

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

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

background-color css

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

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

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

border-color css

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

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

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