Html Css Color HEX #670294 Indigo

📋 copy color: '#670294'

red 103 ◦ green 2 ◦ blue 148

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

Shades of Indigo #670294

Tints of Indigo #670294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 40.71%
G = 0.79%
B = 58.5%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#670294 (or 0x670294) is known color: Indigo. HEX triplet: 67, 02 and 94. RGB value is (103,2,148). Sum of RGB (Red+Green+Blue) = 103+2+148=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #670294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670294 is #98FD6B. Grayscale: #303030. Windows color (decimal): -10026348 or 9699943. OLE color: 9699943.

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

Color convert

RGB 103 2 148 -
CMYK 0.30 0.99 0 0.42
HSL 281.51º 0.97% 0.29% -
HSV(B) 281.51º 0.99% 0.58% -
XYZ 10.96 5.07 28.42 -
YUV 48.84 183.96 166.63 -
System Red Green Blue C M Y K H S L
Decimal 103 2 148 0.30 0.99 0 0.42 281.51 0.97 0.29
Hex 67 2 94 1E 63 0 2A 11A 61 1D
Octal 147 2 224 36 143 0 52 432 141 35
Binary 1100111 10 10010100 11110 1100011 0 101010 100011010 1100001 11101

Color Harmonies of #670294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670294

Black with #670294

Text Example


Text Example

White with #670294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670294; }

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

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

background-color css

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

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

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

border-color css

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

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

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