Html Css Color HEX #68018F Indigo

📋 copy color: '#68018F'

red 104 ◦ green 1 ◦ blue 143

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

Shades of Indigo #68018F

Tints of Indigo #68018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 41.94%
G = 0.4%
B = 57.66%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68018F (or 0x68018F) is known color: Indigo. HEX triplet: 68, 01 and 8F. RGB value is (104,1,143). Sum of RGB (Red+Green+Blue) = 104+1+143=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #68018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68018F is #97FE70. Grayscale: #2F2F2F. Windows color (decimal): -9961073 or 9372008. OLE color: 9372008.

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

Color convert

RGB 104 1 143 -
CMYK 0.27 0.99 0 0.44
HSL 283.52º 0.99% 0.28% -
HSV(B) 283.52º 0.99% 0.56% -
XYZ 10.68 4.95 26.38 -
YUV 47.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 104 1 143 0.27 0.99 0 0.44 283.52 0.99 0.28
Hex 68 1 8F 1B 63 0 2C 11C 63 1C
Octal 150 1 217 33 143 0 54 434 143 34
Binary 1101000 1 10001111 11011 1100011 0 101100 100011100 1100011 11100

Color Harmonies of #68018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68018F

Black with #68018F

Text Example


Text Example

White with #68018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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