Html Css Color HEX #68028B Indigo

📋 copy color: '#68028B'

red 104 ◦ green 2 ◦ blue 139

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

Shades of Indigo #68028B

Tints of Indigo #68028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.73%

R = 42.45%
G = 0.82%
B = 56.73%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68028B (or 0x68028B) is known color: Indigo. HEX triplet: 68, 02 and 8B. RGB value is (104,2,139). Sum of RGB (Red+Green+Blue) = 104+2+139=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #68028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68028B is #97FD74. Grayscale: #2F2F2F. Windows color (decimal): -9960821 or 9110120. OLE color: 9110120.

HSL color Cylindrical-coordinate representation of color #68028B: hue angle of 284.67º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68028B is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 2 139 -
CMYK 0.25 0.99 0 0.45
HSL 284.67º 0.97% 0.28% -
HSV(B) 284.67º 0.99% 0.55% -
XYZ 10.39 4.85 24.81 -
YUV 48.12 179.29 167.86 -
System Red Green Blue C M Y K H S L
Decimal 104 2 139 0.25 0.99 0 0.45 284.67 0.97 0.28
Hex 68 2 8B 19 63 0 2D 11D 61 1C
Octal 150 2 213 31 143 0 55 435 141 34
Binary 1101000 10 10001011 11001 1100011 0 101101 100011101 1100001 11100

Color Harmonies of #68028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68028B

Black with #68028B

Text Example


Text Example

White with #68028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68028B; }

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

 H1.HeaderClassName
 {
   color: #68028B;
 }
 .AnyTagClassName
 {
   color: #68028B;
 }
</style>

background-color css

<style>
 a { background-color: #68028B; }

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

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

border-color css

<style>
 span { border-color: #68028B; }

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

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