Html Css Color HEX #670B8D Indigo

📋 copy color: '#670B8D'

red 103 ◦ green 11 ◦ blue 141

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

Shades of Indigo #670B8D

Tints of Indigo #670B8D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.31%

 BLUE value IS 141 (55.47% from 255) = 55.29%

R = 40.39%
G = 4.31%
B = 55.29%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#670B8D (or 0x670B8D) is known color: Indigo. HEX triplet: 67, 0B and 8D. RGB value is (103,11,141). Sum of RGB (Red+Green+Blue) = 103+11+141=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #670B8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670B8D is #98F472. Grayscale: #343434. Windows color (decimal): -10024051 or 9243495. OLE color: 9243495.

HSL color Cylindrical-coordinate representation of color #670B8D: hue angle of 282.46º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670B8D is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 11 141 -
CMYK 0.27 0.92 0 0.45
HSL 282.46º 0.86% 0.3% -
HSV(B) 282.46º 0.92% 0.55% -
XYZ 10.52 5.05 25.62 -
YUV 53.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 103 11 141 0.27 0.92 0 0.45 282.46 0.86 0.3
Hex 67 B 8D 1B 5C 0 2D 11A 56 1E
Octal 147 13 215 33 134 0 55 432 126 36
Binary 1100111 1011 10001101 11011 1011100 0 101101 100011010 1010110 11110

Color Harmonies of #670B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670B8D

Black with #670B8D

Text Example


Text Example

White with #670B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,11,141); }

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

background-color css

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

 a { background-color: rgb(103,11,141); }

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

border-color css

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

 span { border-color: rgb(103,11,141); }

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