Html Css Color HEX #481297 Indigo

📋 copy color: '#481297'

red 72 ◦ green 18 ◦ blue 151

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

Shades of Indigo #481297

Tints of Indigo #481297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 62.66%

R = 29.88%
G = 7.47%
B = 62.66%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#481297 (or 0x481297) is known color: Indigo. HEX triplet: 48, 12 and 97. RGB value is (72,18,151). Sum of RGB (Red+Green+Blue) = 72+18+151=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #481297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481297 is #B7ED68. Grayscale: #303030. Windows color (decimal): -12053865 or 9900616. OLE color: 9900616.

HSL color Cylindrical-coordinate representation of color #481297: hue angle of 264.36º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481297 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 18 151 -
CMYK 0.52 0.88 0 0.41
HSL 264.36º 0.79% 0.33% -
HSV(B) 264.36º 0.88% 0.59% -
XYZ 8.47 4.04 29.61 -
YUV 49.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 72 18 151 0.52 0.88 0 0.41 264.36 0.79 0.33
Hex 48 12 97 34 58 0 29 108 4F 21
Octal 110 22 227 64 130 0 51 410 117 41
Binary 1001000 10010 10010111 110100 1011000 0 101001 100001000 1001111 100001

Color Harmonies of #481297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481297

Black with #481297

Text Example


Text Example

White with #481297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481297; }

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

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

background-color css

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

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

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

border-color css

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

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

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