Html Css Color HEX #670091 Indigo

📋 copy color: '#670091'

red 103 ◦ green 0 ◦ blue 145

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

Shades of Indigo #670091

Tints of Indigo #670091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.47%

R = 41.53%
G = 0%
B = 58.47%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#670091 (or 0x670091) is known color: Indigo. HEX triplet: 67, 00 and 91. RGB value is (103,0,145). Sum of RGB (Red+Green+Blue) = 103+0+145=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #670091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670091 is #98FF6E. Grayscale: #2E2E2E. Windows color (decimal): -10026863 or 9502823. OLE color: 9502823.

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

Color convert

RGB 103 0 145 -
CMYK 0.29 1 0 0.43
HSL 282.62º 1% 0.28% -
HSV(B) 282.62º 1% 0.57% -
XYZ 10.7 4.93 27.18 -
YUV 47.33 183.12 167.71 -
System Red Green Blue C M Y K H S L
Decimal 103 0 145 0.29 1 0 0.43 282.62 1 0.28
Hex 67 0 91 1D 64 0 2B 11B 64 1C
Octal 147 0 221 35 144 0 53 433 144 34
Binary 1100111 0 10010001 11101 1100100 0 101011 100011011 1100100 11100

Color Harmonies of #670091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670091

Black with #670091

Text Example


Text Example

White with #670091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670091; }

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

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

background-color css

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

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

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

border-color css

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

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

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