Html Css Color HEX #68029C Indigo

📋 copy color: '#68029C'

red 104 ◦ green 2 ◦ blue 156

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

Shades of Indigo #68029C

Tints of Indigo #68029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 156 (61.33% from 255) = 59.54%

R = 39.69%
G = 0.76%
B = 59.54%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68029C (or 0x68029C) is known color: Indigo. HEX triplet: 68, 02 and 9C. RGB value is (104,2,156). Sum of RGB (Red+Green+Blue) = 104+2+156=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #68029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68029C is #97FD63. Grayscale: #313131. Windows color (decimal): -9960804 or 10224232. OLE color: 10224232.

HSL color Cylindrical-coordinate representation of color #68029C: hue angle of 279.74º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68029C is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 2 156 -
CMYK 0.33 0.99 0 0.39
HSL 279.74º 0.97% 0.31% -
HSV(B) 279.74º 0.99% 0.61% -
XYZ 11.73 5.39 31.87 -
YUV 50.05 187.79 166.48 -
System Red Green Blue C M Y K H S L
Decimal 104 2 156 0.33 0.99 0 0.39 279.74 0.97 0.31
Hex 68 2 9C 21 63 0 27 118 61 1F
Octal 150 2 234 41 143 0 47 430 141 37
Binary 1101000 10 10011100 100001 1100011 0 100111 100011000 1100001 11111

Color Harmonies of #68029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68029C

Black with #68029C

Text Example


Text Example

White with #68029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68029C; }

 p { color: rgb(104,2,156); }

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

background-color css

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

 a { background-color: rgb(104,2,156); }

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

border-color css

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

 span { border-color: rgb(104,2,156); }

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