Html Css Color HEX #480092 Indigo

📋 copy color: '#480092'

red 72 ◦ green 0 ◦ blue 146

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

Shades of Indigo #480092

Tints of Indigo #480092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 66.97%

R = 33.03%
G = 0%
B = 66.97%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#480092 (or 0x480092) is known color: Indigo. HEX triplet: 48, 00 and 92. RGB value is (72,0,146). Sum of RGB (Red+Green+Blue) = 72+0+146=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #480092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480092 is #B7FF6D. Grayscale: #252525. Windows color (decimal): -12058478 or 9568328. OLE color: 9568328.

HSL color Cylindrical-coordinate representation of color #480092: hue angle of 269.59º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480092 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 0 146 -
CMYK 0.51 1 0 0.43
HSL 269.59º 1% 0.29% -
HSV(B) 269.59º 1% 0.57% -
XYZ 7.86 3.45 27.45 -
YUV 38.17 188.85 152.13 -
System Red Green Blue C M Y K H S L
Decimal 72 0 146 0.51 1 0 0.43 269.59 1 0.29
Hex 48 0 92 33 64 0 2B 10E 64 1D
Octal 110 0 222 63 144 0 53 416 144 35
Binary 1001000 0 10010010 110011 1100100 0 101011 100001110 1100100 11101

Color Harmonies of #480092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480092

Black with #480092

Text Example


Text Example

White with #480092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480092; }

 p { color: rgb(72,0,146); }

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

background-color css

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

 a { background-color: rgb(72,0,146); }

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

border-color css

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

 span { border-color: rgb(72,0,146); }

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