Html Css Color HEX #670495 Indigo

📋 copy color: '#670495'

red 103 ◦ green 4 ◦ blue 149

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

Shades of Indigo #670495

Tints of Indigo #670495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 40.23%
G = 1.56%
B = 58.2%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#670495 (or 0x670495) is known color: Indigo. HEX triplet: 67, 04 and 95. RGB value is (103,4,149). Sum of RGB (Red+Green+Blue) = 103+4+149=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #670495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670495 is #98FB6A. Grayscale: #313131. Windows color (decimal): -10025835 or 9765991. OLE color: 9765991.

HSL color Cylindrical-coordinate representation of color #670495: hue angle of 280.97º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #670495 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 4 149 -
CMYK 0.31 0.97 0 0.42
HSL 280.97º 0.95% 0.3% -
HSV(B) 280.97º 0.97% 0.58% -
XYZ 11.06 5.14 28.84 -
YUV 50.13 183.8 165.71 -
System Red Green Blue C M Y K H S L
Decimal 103 4 149 0.31 0.97 0 0.42 280.97 0.95 0.3
Hex 67 4 95 1F 61 0 2A 119 5F 1E
Octal 147 4 225 37 141 0 52 431 137 36
Binary 1100111 100 10010101 11111 1100001 0 101010 100011001 1011111 11110

Color Harmonies of #670495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670495

Black with #670495

Text Example


Text Example

White with #670495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670495; }

 p { color: rgb(103,4,149); }

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

background-color css

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

 a { background-color: rgb(103,4,149); }

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

border-color css

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

 span { border-color: rgb(103,4,149); }

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