Html Css Color HEX #68019B Indigo

📋 copy color: '#68019B'

red 104 ◦ green 1 ◦ blue 155

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

Shades of Indigo #68019B

Tints of Indigo #68019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.62%

R = 40%
G = 0.38%
B = 59.62%

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

#68019B (or 0x68019B) is known color: Indigo. HEX triplet: 68, 01 and 9B. RGB value is (104,1,155). Sum of RGB (Red+Green+Blue) = 104+1+155=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #68019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68019B is #97FE64. Grayscale: #303030. Windows color (decimal): -9961061 or 10158440. OLE color: 10158440.

HSL color Cylindrical-coordinate representation of color #68019B: hue angle of 280.13º degrees, saturation: 0.99, 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 #68019B is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 1 155 -
CMYK 0.33 0.99 0 0.39
HSL 280.13º 0.99% 0.31% -
HSV(B) 280.13º 0.99% 0.61% -
XYZ 11.64 5.33 31.43 -
YUV 49.35 187.62 166.98 -
System Red Green Blue C M Y K H S L
Decimal 104 1 155 0.33 0.99 0 0.39 280.13 0.99 0.31
Hex 68 1 9B 21 63 0 27 118 63 1F
Octal 150 1 233 41 143 0 47 430 143 37
Binary 1101000 1 10011011 100001 1100011 0 100111 100011000 1100011 11111

Color Harmonies of #68019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68019B

Black with #68019B

Text Example


Text Example

White with #68019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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