Html Css Color HEX #67118D Indigo

📋 copy color: '#67118D'

red 103 ◦ green 17 ◦ blue 141

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

Shades of Indigo #67118D

Tints of Indigo #67118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.51%

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

R = 39.46%
G = 6.51%
B = 54.02%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67118D (or 0x67118D) is known color: Indigo. HEX triplet: 67, 11 and 8D. RGB value is (103,17,141). Sum of RGB (Red+Green+Blue) = 103+17+141=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #67118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67118D is #98EE72. Grayscale: #383838. Windows color (decimal): -10022515 or 9245031. OLE color: 9245031.

HSL color Cylindrical-coordinate representation of color #67118D: hue angle of 281.61º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67118D is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 17 141 -
CMYK 0.27 0.88 0 0.45
HSL 281.61º 0.78% 0.31% -
HSV(B) 281.61º 0.88% 0.55% -
XYZ 10.6 5.21 25.65 -
YUV 56.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 103 17 141 0.27 0.88 0 0.45 281.61 0.78 0.31
Hex 67 11 8D 1B 58 0 2D 11A 4E 1F
Octal 147 21 215 33 130 0 55 432 116 37
Binary 1100111 10001 10001101 11011 1011000 0 101101 100011010 1001110 11111

Color Harmonies of #67118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67118D

Black with #67118D

Text Example


Text Example

White with #67118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67118D; }

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

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

background-color css

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

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

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

border-color css

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

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

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