Html Css Color HEX #67118B Indigo

📋 copy color: '#67118B'

red 103 ◦ green 17 ◦ blue 139

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

Shades of Indigo #67118B

Tints of Indigo #67118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.67%

R = 39.77%
G = 6.56%
B = 53.67%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67118B (or 0x67118B) is known color: Indigo. HEX triplet: 67, 11 and 8B. RGB value is (103,17,139). Sum of RGB (Red+Green+Blue) = 103+17+139=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #67118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67118B is #98EE74. Grayscale: #383838. Windows color (decimal): -10022517 or 9113959. OLE color: 9113959.

HSL color Cylindrical-coordinate representation of color #67118B: hue angle of 282.3º 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 #67118B is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 17 139 -
CMYK 0.26 0.88 0 0.45
HSL 282.3º 0.78% 0.31% -
HSV(B) 282.3º 0.88% 0.55% -
XYZ 10.45 5.15 24.87 -
YUV 56.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 103 17 139 0.26 0.88 0 0.45 282.3 0.78 0.31
Hex 67 11 8B 1A 58 0 2D 11A 4E 1F
Octal 147 21 213 32 130 0 55 432 116 37
Binary 1100111 10001 10001011 11010 1011000 0 101101 100011010 1001110 11111

Color Harmonies of #67118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67118B

Black with #67118B

Text Example


Text Example

White with #67118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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