Html Css Color HEX #670292 Indigo

📋 copy color: '#670292'

red 103 ◦ green 2 ◦ blue 146

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

Shades of Indigo #670292

Tints of Indigo #670292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 41.04%
G = 0.8%
B = 58.17%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#670292 (or 0x670292) is known color: Indigo. HEX triplet: 67, 02 and 92. RGB value is (103,2,146). Sum of RGB (Red+Green+Blue) = 103+2+146=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #670292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670292 is #98FD6D. Grayscale: #303030. Windows color (decimal): -10026350 or 9568871. OLE color: 9568871.

HSL color Cylindrical-coordinate representation of color #670292: hue angle of 282.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670292 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 2 146 -
CMYK 0.29 0.99 0 0.43
HSL 282.08º 0.97% 0.29% -
HSV(B) 282.08º 0.99% 0.57% -
XYZ 10.8 5 27.59 -
YUV 48.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 103 2 146 0.29 0.99 0 0.43 282.08 0.97 0.29
Hex 67 2 92 1D 63 0 2B 11A 61 1D
Octal 147 2 222 35 143 0 53 432 141 35
Binary 1100111 10 10010010 11101 1100011 0 101011 100011010 1100001 11101

Color Harmonies of #670292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670292

Black with #670292

Text Example


Text Example

White with #670292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670292; }

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

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

background-color css

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

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

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

border-color css

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

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

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