Html Css Color HEX #670A8A Indigo

📋 copy color: '#670A8A'

red 103 ◦ green 10 ◦ blue 138

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

Shades of Indigo #670A8A

Tints of Indigo #670A8A

RGB

 RED value IS 103 (40.63% from 255) = 41.04%

 GREEN value IS 10 (4.3% from 255) = 3.98%

 BLUE value IS 138 (54.3% from 255) = 54.98%

R = 41.04%
G = 3.98%
B = 54.98%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#670A8A (or 0x670A8A) is known color: Indigo. HEX triplet: 67, 0A and 8A. RGB value is (103,10,138). Sum of RGB (Red+Green+Blue) = 103+10+138=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #670A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670A8A is #98F575. Grayscale: #333333. Windows color (decimal): -10024310 or 9046631. OLE color: 9046631.

HSL color Cylindrical-coordinate representation of color #670A8A: hue angle of 283.59º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670A8A is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 10 138 -
CMYK 0.25 0.93 0 0.46
HSL 283.59º 0.86% 0.29% -
HSV(B) 283.59º 0.93% 0.54% -
XYZ 10.29 4.94 24.46 -
YUV 52.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 103 10 138 0.25 0.93 0 0.46 283.59 0.86 0.29
Hex 67 A 8A 19 5D 0 2E 11C 56 1D
Octal 147 12 212 31 135 0 56 434 126 35
Binary 1100111 1010 10001010 11001 1011101 0 101110 100011100 1010110 11101

Color Harmonies of #670A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670A8A

Black with #670A8A

Text Example


Text Example

White with #670A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670A8A; }

 p { color: rgb(103,10,138); }

 H1.HeaderClassName
 {
   color: #670A8A;
 }
 .AnyTagClassName
 {
   color: #670A8A;
 }
</style>

background-color css

<style>
 a { background-color: #670A8A; }

 a { background-color: rgb(103,10,138); }

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

border-color css

<style>
 span { border-color: #670A8A; }

 span { border-color: rgb(103,10,138); }

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