Html Css Color HEX #68049B Indigo

📋 copy color: '#68049B'

red 104 ◦ green 4 ◦ blue 155

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

Shades of Indigo #68049B

Tints of Indigo #68049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 39.54%
G = 1.52%
B = 58.94%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68049B (or 0x68049B) is known color: Indigo. HEX triplet: 68, 04 and 9B. RGB value is (104,4,155). Sum of RGB (Red+Green+Blue) = 104+4+155=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #68049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68049B is #97FB64. Grayscale: #323232. Windows color (decimal): -9960293 or 10159208. OLE color: 10159208.

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

Color convert

RGB 104 4 155 -
CMYK 0.33 0.97 0 0.39
HSL 279.74º 0.95% 0.31% -
HSV(B) 279.74º 0.97% 0.61% -
XYZ 11.67 5.4 31.44 -
YUV 51.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 104 4 155 0.33 0.97 0 0.39 279.74 0.95 0.31
Hex 68 4 9B 21 61 0 27 118 5F 1F
Octal 150 4 233 41 141 0 47 430 137 37
Binary 1101000 100 10011011 100001 1100001 0 100111 100011000 1011111 11111

Color Harmonies of #68049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68049B

Black with #68049B

Text Example


Text Example

White with #68049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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