#260461

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

Shades of Persian Indigo #260461

Tints of Persian Indigo #260461

Color information

#260461 (or 0x260461) is unknown color: approx Persian Indigo. HEX triplet: 26, 04 and 61. RGB value is (38,4,97). Sum of RGB (Red+Green+Blue) = 38+4+97=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #260461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260461 is #D9FB9E. Grayscale: #181818. Windows color (decimal): -14285727 or 6358054. OLE color: 6358054.

HSL color Cylindrical-coordinate representation of color #260461: hue angle of 261.94º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260461 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB38497-
CMYK0.610.9600.62
HSL261.94º92.08%19.8%-
HSV(B)261.94º95.88%38.04%-
XYZ31.3611.41-
YUV24.77168.76137.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.34%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 97 (38.28% from 255) = 69.78%
R=27.34%
G=2.88%
B=69.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal384970.610.9600.62261.9492.0819.8
Hex264613D6003E1065c14
Octal4641417514007640613424
Binary100110100110000111110111000000111110100000110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260461; }

 p { color: rgb(38,4,97); }

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

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

 a { background-color: rgb(38,4,97); }

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

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

 span { border-color: rgb(38,4,97); }

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