Html Css Color HEX #68058B Indigo

📋 copy color: '#68058B'

red 104 ◦ green 5 ◦ blue 139

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

Shades of Indigo #68058B

Tints of Indigo #68058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 41.94%
G = 2.02%
B = 56.05%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68058B (or 0x68058B) is known color: Indigo. HEX triplet: 68, 05 and 8B. RGB value is (104,5,139). Sum of RGB (Red+Green+Blue) = 104+5+139=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #68058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68058B is #97FA74. Grayscale: #313131. Windows color (decimal): -9960053 or 9110888. OLE color: 9110888.

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

Color convert

RGB 104 5 139 -
CMYK 0.25 0.96 0 0.45
HSL 284.33º 0.93% 0.28% -
HSV(B) 284.33º 0.96% 0.55% -
XYZ 10.42 4.92 24.83 -
YUV 49.88 178.3 166.6 -
System Red Green Blue C M Y K H S L
Decimal 104 5 139 0.25 0.96 0 0.45 284.33 0.93 0.28
Hex 68 5 8B 19 60 0 2D 11C 5D 1C
Octal 150 5 213 31 140 0 55 434 135 34
Binary 1101000 101 10001011 11001 1100000 0 101101 100011100 1011101 11100

Color Harmonies of #68058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68058B

Black with #68058B

Text Example


Text Example

White with #68058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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