#67139B

Color #67139B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #67139B

Tints of Indigo #67139B

Color information

#67139B (or 0x67139B) is unknown color: approx Indigo. HEX triplet: 67, 13 and 9B. RGB value is (103,19,155). Sum of RGB (Red+Green+Blue) = 103+19+155=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #67139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67139B is #98EC64. Grayscale: #3B3B3B. Windows color (decimal): -10021989 or 10163047. OLE color: 10163047.

HSL color Cylindrical-coordinate representation of color #67139B: hue angle of 277.06º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67139B is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10319155-
CMYK0.340.8800.39
HSL277.06º78.16%34.12%-
HSV(B)277.06º87.74%60.78%-
XYZ11.745.7231.49-
YUV59.62181.83158.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 19 (7.81% from 255) = 6.86%
BLUE value IS 155 (60.94% from 255) = 55.96%
R=37.18%
G=6.86%
B=55.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103191550.340.8800.39277.0678.1634.12
Hex67139B22580271154e22
Octal147232334213004742511642
Binary11001111001110011011100010101100001001111000101011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67139B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,19,155); }

 H1.HeaderClassName
 {
   color: #67139B;
 }
 .AnyTagClassName
 {
   color: #67139B;
 }
</style>
background-color css

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

 a { background-color: rgb(103,19,155); }

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

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

 span { border-color: rgb(103,19,155); }

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