Html Css Color HEX #670199 Indigo

📋 copy color: '#670199'

red 103 ◦ green 1 ◦ blue 153

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

Shades of Indigo #670199

Tints of Indigo #670199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.53%

R = 40.08%
G = 0.39%
B = 59.53%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#670199 (or 0x670199) is known color: Indigo. HEX triplet: 67, 01 and 99. RGB value is (103,1,153). Sum of RGB (Red+Green+Blue) = 103+1+153=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #670199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670199 is #98FE66. Grayscale: #303030. Windows color (decimal): -10026599 or 10027367. OLE color: 10027367.

HSL color Cylindrical-coordinate representation of color #670199: hue angle of 280.26º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670199 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 1 153 -
CMYK 0.33 0.99 0 0.4
HSL 280.26º 0.99% 0.3% -
HSV(B) 280.26º 0.99% 0.6% -
XYZ 11.35 5.21 30.54 -
YUV 48.83 186.79 166.64 -
System Red Green Blue C M Y K H S L
Decimal 103 1 153 0.33 0.99 0 0.4 280.26 0.99 0.3
Hex 67 1 99 21 63 0 28 118 63 1E
Octal 147 1 231 41 143 0 50 430 143 36
Binary 1100111 1 10011001 100001 1100011 0 101000 100011000 1100011 11110

Color Harmonies of #670199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670199

Black with #670199

Text Example


Text Example

White with #670199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670199; }

 p { color: rgb(103,1,153); }

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

background-color css

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

 a { background-color: rgb(103,1,153); }

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

border-color css

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

 span { border-color: rgb(103,1,153); }

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