Html Css Color HEX #481694 Indigo

📋 copy color: '#481694'

red 72 ◦ green 22 ◦ blue 148

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

Shades of Indigo #481694

Tints of Indigo #481694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

 BLUE value IS 148 (58.2% from 255) = 61.16%

R = 29.75%
G = 9.09%
B = 61.16%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#481694 (or 0x481694) is known color: Indigo. HEX triplet: 48, 16 and 94. RGB value is (72,22,148). Sum of RGB (Red+Green+Blue) = 72+22+148=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #481694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481694 is #B7E96B. Grayscale: #323232. Windows color (decimal): -12052844 or 9705032. OLE color: 9705032.

HSL color Cylindrical-coordinate representation of color #481694: hue angle of 263.81º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481694 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 22 148 -
CMYK 0.51 0.85 0 0.42
HSL 263.81º 0.74% 0.33% -
HSV(B) 263.81º 0.85% 0.58% -
XYZ 8.3 4.09 28.37 -
YUV 51.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 72 22 148 0.51 0.85 0 0.42 263.81 0.74 0.33
Hex 48 16 94 33 55 0 2A 108 4A 21
Octal 110 26 224 63 125 0 52 410 112 41
Binary 1001000 10110 10010100 110011 1010101 0 101010 100001000 1001010 100001

Color Harmonies of #481694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481694

Black with #481694

Text Example


Text Example

White with #481694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481694; }

 p { color: rgb(72,22,148); }

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

background-color css

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

 a { background-color: rgb(72,22,148); }

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

border-color css

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

 span { border-color: rgb(72,22,148); }

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