#67129B

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

Shades of Indigo #67129B

Tints of Indigo #67129B

Color information

#67129B (or 0x67129B) is unknown color: approx Indigo. HEX triplet: 67, 12 and 9B. RGB value is (103,18,155). Sum of RGB (Red+Green+Blue) = 103+18+155=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #67129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67129B is #98ED64. Grayscale: #3A3A3A. Windows color (decimal): -10022245 or 10162791. OLE color: 10162791.

HSL color Cylindrical-coordinate representation of color #67129B: hue angle of 277.23º degrees, saturation: 0.79, 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 #67129B is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10318155-
CMYK0.340.8800.39
HSL277.23º79.19%33.92%-
HSV(B)277.23º88.39%60.78%-
XYZ11.735.6831.49-
YUV59.03182.16159.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.32%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=37.32%
G=6.52%
B=56.16%

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
Decimal103181550.340.8800.39277.2379.1933.92
Hex67129B22580271154f22
Octal147222334213004742511742
Binary11001111001010011011100010101100001001111000101011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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