Html Css Color HEX #670F90 Indigo

📋 copy color: '#670F90'

red 103 ◦ green 15 ◦ blue 144

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

Shades of Indigo #670F90

Tints of Indigo #670F90

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.73%

 BLUE value IS 144 (56.64% from 255) = 54.96%

R = 39.31%
G = 5.73%
B = 54.96%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#670F90 (or 0x670F90) is known color: Indigo. HEX triplet: 67, 0F and 90. RGB value is (103,15,144). Sum of RGB (Red+Green+Blue) = 103+15+144=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #670F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670F90 is #98F06F. Grayscale: #373737. Windows color (decimal): -10023024 or 9441127. OLE color: 9441127.

HSL color Cylindrical-coordinate representation of color #670F90: hue angle of 280.93º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670F90 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 15 144 -
CMYK 0.28 0.90 0 0.44
HSL 280.93º 0.81% 0.31% -
HSV(B) 280.93º 0.9% 0.56% -
XYZ 10.8 5.24 26.83 -
YUV 56.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 103 15 144 0.28 0.90 0 0.44 280.93 0.81 0.31
Hex 67 F 90 1C 5A 0 2C 119 51 1F
Octal 147 17 220 34 132 0 54 431 121 37
Binary 1100111 1111 10010000 11100 1011010 0 101100 100011001 1010001 11111

Color Harmonies of #670F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670F90

Black with #670F90

Text Example


Text Example

White with #670F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670F90; }

 p { color: rgb(103,15,144); }

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

background-color css

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

 a { background-color: rgb(103,15,144); }

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

border-color css

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

 span { border-color: rgb(103,15,144); }

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