Html Css Color HEX #68078F Indigo

📋 copy color: '#68078F'

red 104 ◦ green 7 ◦ blue 143

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

Shades of Indigo #68078F

Tints of Indigo #68078F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

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

R = 40.94%
G = 2.76%
B = 56.3%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68078F (or 0x68078F) is known color: Indigo. HEX triplet: 68, 07 and 8F. RGB value is (104,7,143). Sum of RGB (Red+Green+Blue) = 104+7+143=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #68078F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68078F is #97F870. Grayscale: #333333. Windows color (decimal): -9959537 or 9373544. OLE color: 9373544.

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

Color convert

RGB 104 7 143 -
CMYK 0.27 0.95 0 0.44
HSL 282.79º 0.91% 0.29% -
HSV(B) 282.79º 0.95% 0.56% -
XYZ 10.74 5.08 26.4 -
YUV 51.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 104 7 143 0.27 0.95 0 0.44 282.79 0.91 0.29
Hex 68 7 8F 1B 5F 0 2C 11B 5B 1D
Octal 150 7 217 33 137 0 54 433 133 35
Binary 1101000 111 10001111 11011 1011111 0 101100 100011011 1011011 11101

Color Harmonies of #68078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68078F

Black with #68078F

Text Example


Text Example

White with #68078F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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