Html Css Color HEX #671293 Indigo

📋 copy color: '#671293'

red 103 ◦ green 18 ◦ blue 147

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

Shades of Indigo #671293

Tints of Indigo #671293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

 BLUE value IS 147 (57.81% from 255) = 54.85%

R = 38.43%
G = 6.72%
B = 54.85%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#671293 (or 0x671293) is known color: Indigo. HEX triplet: 67, 12 and 93. RGB value is (103,18,147). Sum of RGB (Red+Green+Blue) = 103+18+147=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #671293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671293 is #98ED6C. Grayscale: #393939. Windows color (decimal): -10022253 or 9638503. OLE color: 9638503.

HSL color Cylindrical-coordinate representation of color #671293: hue angle of 279.53º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671293 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 18 147 -
CMYK 0.30 0.88 0 0.42
HSL 279.53º 0.78% 0.32% -
HSV(B) 279.53º 0.88% 0.58% -
XYZ 11.08 5.42 28.07 -
YUV 58.12 178.16 160.01 -
System Red Green Blue C M Y K H S L
Decimal 103 18 147 0.30 0.88 0 0.42 279.53 0.78 0.32
Hex 67 12 93 1E 58 0 2A 118 4E 20
Octal 147 22 223 36 130 0 52 430 116 40
Binary 1100111 10010 10010011 11110 1011000 0 101010 100011000 1001110 100000

Color Harmonies of #671293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671293

Black with #671293

Text Example


Text Example

White with #671293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671293; }

 p { color: rgb(103,18,147); }

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

background-color css

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

 a { background-color: rgb(103,18,147); }

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

border-color css

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

 span { border-color: rgb(103,18,147); }

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