Html Css Color HEX #670295 Indigo

📋 copy color: '#670295'

red 103 ◦ green 2 ◦ blue 149

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

Shades of Indigo #670295

Tints of Indigo #670295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 40.55%
G = 0.79%
B = 58.66%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#670295 (or 0x670295) is known color: Indigo. HEX triplet: 67, 02 and 95. RGB value is (103,2,149). Sum of RGB (Red+Green+Blue) = 103+2+149=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #670295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670295 is #98FD6A. Grayscale: #303030. Windows color (decimal): -10026347 or 9765479. OLE color: 9765479.

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

Color convert

RGB 103 2 149 -
CMYK 0.31 0.99 0 0.42
HSL 281.22º 0.97% 0.3% -
HSV(B) 281.22º 0.99% 0.58% -
XYZ 11.04 5.1 28.84 -
YUV 48.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 103 2 149 0.31 0.99 0 0.42 281.22 0.97 0.3
Hex 67 2 95 1F 63 0 2A 119 61 1E
Octal 147 2 225 37 143 0 52 431 141 36
Binary 1100111 10 10010101 11111 1100011 0 101010 100011001 1100001 11110

Color Harmonies of #670295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670295

Black with #670295

Text Example


Text Example

White with #670295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670295; }

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

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

background-color css

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

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

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

border-color css

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

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

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