#260167

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

Shades of Persian Indigo #260167

Tints of Persian Indigo #260167

Color information

#260167 (or 0x260167) is unknown color: approx Persian Indigo. HEX triplet: 26, 01 and 67. RGB value is (38,1,103). Sum of RGB (Red+Green+Blue) = 38+1+103=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 103 (40.62% from 255 or 72.54% from 142); Max value from RGB is 103 - color contains mainly: blue. Hex color #260167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260167 is #D9FE98. Grayscale: #171717. Windows color (decimal): -14286489 or 6750502. OLE color: 6750502.

HSL color Cylindrical-coordinate representation of color #260167: hue angle of 261.76º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #260167 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB381103-
CMYK0.630.9900.60
HSL261.76º98.08%20.39%-
HSV(B)261.76º99.03%40.39%-
XYZ3.261.4112.93-
YUV23.69172.76138.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.76%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 103 (40.62% from 255) = 72.54%
R=26.76%
G=0.70%
B=72.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3811030.630.9900.60261.7698.0820.39
Hex261673F6303C1066214
Octal4611477714307440614224
Binary1001101110011111111111000110111100100000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260167; }

 p { color: rgb(38,1,103); }

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

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

 a { background-color: rgb(38,1,103); }

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

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

 span { border-color: rgb(38,1,103); }

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