Html Css Color HEX #68158B Indigo

📋 copy color: '#68158B'

red 104 ◦ green 21 ◦ blue 139

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

Shades of Indigo #68158B

Tints of Indigo #68158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

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

R = 39.39%
G = 7.95%
B = 52.65%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68158B (or 0x68158B) is known color: Indigo. HEX triplet: 68, 15 and 8B. RGB value is (104,21,139). Sum of RGB (Red+Green+Blue) = 104+21+139=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #68158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68158B is #97EA74. Grayscale: #3A3A3A. Windows color (decimal): -9955957 or 9114984. OLE color: 9114984.

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

Color convert

RGB 104 21 139 -
CMYK 0.25 0.85 0 0.45
HSL 282.2º 0.74% 0.31% -
HSV(B) 282.2º 0.85% 0.55% -
XYZ 10.64 5.34 24.9 -
YUV 59.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 104 21 139 0.25 0.85 0 0.45 282.2 0.74 0.31
Hex 68 15 8B 19 55 0 2D 11A 4A 1F
Octal 150 25 213 31 125 0 55 432 112 37
Binary 1101000 10101 10001011 11001 1010101 0 101101 100011010 1001010 11111

Color Harmonies of #68158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68158B

Black with #68158B

Text Example


Text Example

White with #68158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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