Html Css Color HEX #67168B Indigo

📋 copy color: '#67168B'

red 103 ◦ green 22 ◦ blue 139

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

Shades of Indigo #67168B

Tints of Indigo #67168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

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

R = 39.02%
G = 8.33%
B = 52.65%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67168B (or 0x67168B) is known color: Indigo. HEX triplet: 67, 16 and 8B. RGB value is (103,22,139). Sum of RGB (Red+Green+Blue) = 103+22+139=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #67168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67168B is #98E974. Grayscale: #3B3B3B. Windows color (decimal): -10021237 or 9115239. OLE color: 9115239.

HSL color Cylindrical-coordinate representation of color #67168B: hue angle of 281.54º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67168B is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 22 139 -
CMYK 0.26 0.84 0 0.45
HSL 281.54º 0.73% 0.32% -
HSV(B) 281.54º 0.84% 0.55% -
XYZ 10.54 5.32 24.9 -
YUV 59.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 103 22 139 0.26 0.84 0 0.45 281.54 0.73 0.32
Hex 67 16 8B 1A 54 0 2D 11A 49 20
Octal 147 26 213 32 124 0 55 432 111 40
Binary 1100111 10110 10001011 11010 1010100 0 101101 100011010 1001001 100000

Color Harmonies of #67168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67168B

Black with #67168B

Text Example


Text Example

White with #67168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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