Html Css Color HEX #68048F Indigo

📋 copy color: '#68048F'

red 104 ◦ green 4 ◦ blue 143

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

Shades of Indigo #68048F

Tints of Indigo #68048F

RGB

 RED value IS 104 (41.02% from 255) = 41.43%

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 143 (56.25% from 255) = 56.97%

R = 41.43%
G = 1.59%
B = 56.97%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68048F (or 0x68048F) is known color: Indigo. HEX triplet: 68, 04 and 8F. RGB value is (104,4,143). Sum of RGB (Red+Green+Blue) = 104+4+143=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #68048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68048F is #97FB70. Grayscale: #313131. Windows color (decimal): -9960305 or 9372776. OLE color: 9372776.

HSL color Cylindrical-coordinate representation of color #68048F: hue angle of 283.17º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68048F is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 4 143 -
CMYK 0.27 0.97 0 0.44
HSL 283.17º 0.95% 0.29% -
HSV(B) 283.17º 0.97% 0.56% -
XYZ 10.71 5.01 26.39 -
YUV 49.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 104 4 143 0.27 0.97 0 0.44 283.17 0.95 0.29
Hex 68 4 8F 1B 61 0 2C 11B 5F 1D
Octal 150 4 217 33 141 0 54 433 137 35
Binary 1101000 100 10001111 11011 1100001 0 101100 100011011 1011111 11101

Color Harmonies of #68048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68048F

Black with #68048F

Text Example


Text Example

White with #68048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68048F; }

 p { color: rgb(104,4,143); }

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

background-color css

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

 a { background-color: rgb(104,4,143); }

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

border-color css

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

 span { border-color: rgb(104,4,143); }

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