Html Css Color HEX #670094 Indigo

📋 copy color: '#670094'

red 103 ◦ green 0 ◦ blue 148

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

Shades of Indigo #670094

Tints of Indigo #670094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.04%
G = 0%
B = 58.96%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#670094 (or 0x670094) is known color: Indigo. HEX triplet: 67, 00 and 94. RGB value is (103,0,148). Sum of RGB (Red+Green+Blue) = 103+0+148=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #670094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670094 is #98FF6B. Grayscale: #2F2F2F. Windows color (decimal): -10026860 or 9699431. OLE color: 9699431.

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

Color convert

RGB 103 0 148 -
CMYK 0.30 1 0 0.42
HSL 281.76º 1% 0.29% -
HSV(B) 281.76º 1% 0.58% -
XYZ 10.94 5.02 28.41 -
YUV 47.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 103 0 148 0.30 1 0 0.42 281.76 1 0.29
Hex 67 0 94 1E 64 0 2A 11A 64 1D
Octal 147 0 224 36 144 0 52 432 144 35
Binary 1100111 0 10010100 11110 1100100 0 101010 100011010 1100100 11101

Color Harmonies of #670094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670094

Black with #670094

Text Example


Text Example

White with #670094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670094; }

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

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

background-color css

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

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

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

border-color css

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

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

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