Html Css Color HEX #480C67 Indigo

📋 copy color: '#480C67'

red 72 ◦ green 12 ◦ blue 103

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

Shades of Indigo #480C67

Tints of Indigo #480C67

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.42%

 BLUE value IS 103 (40.63% from 255) = 55.08%

R = 38.5%
G = 6.42%
B = 55.08%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#480C67 (or 0x480C67) is known color: Indigo. HEX triplet: 48, 0C and 67. RGB value is (72,12,103). Sum of RGB (Red+Green+Blue) = 72+12+103=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #480C67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480C67 is #B7F398. Grayscale: #282828. Windows color (decimal): -12055449 or 6753352. OLE color: 6753352.

HSL color Cylindrical-coordinate representation of color #480C67: hue angle of 279.56º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480C67 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 12 103 -
CMYK 0.30 0.88 0 0.60
HSL 279.56º 0.79% 0.23% -
HSV(B) 279.56º 0.88% 0.4% -
XYZ 5.25 2.62 13.06 -
YUV 40.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 72 12 103 0.30 0.88 0 0.60 279.56 0.79 0.23
Hex 48 C 67 1E 58 0 3C 118 4F 17
Octal 110 14 147 36 130 0 74 430 117 27
Binary 1001000 1100 1100111 11110 1011000 0 111100 100011000 1001111 10111

Color Harmonies of #480C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C67

Black with #480C67

Text Example


Text Example

White with #480C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480C67; }

 p { color: rgb(72,12,103); }

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

background-color css

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

 a { background-color: rgb(72,12,103); }

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

border-color css

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

 span { border-color: rgb(72,12,103); }

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