#260574

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

Shades of Persian Indigo #260574

Tints of Persian Indigo #260574

Color information

#260574 (or 0x260574) is unknown color: approx Persian Indigo. HEX triplet: 26, 05 and 74. RGB value is (38,5,116). Sum of RGB (Red+Green+Blue) = 38+5+116=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 116 (45.70% from 255 or 72.96% from 159); Max value from RGB is 116 - color contains mainly: blue. Hex color #260574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260574 is #D9FA8B. Grayscale: #1B1B1B. Windows color (decimal): -14285452 or 7603494. OLE color: 7603494.

HSL color Cylindrical-coordinate representation of color #260574: hue angle of 257.84º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260574 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB385116-
CMYK0.670.9600.55
HSL257.84º91.74%23.73%-
HSV(B)257.84º95.69%45.49%-
XYZ4.011.7816.66-
YUV27.52177.93135.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 116 (45.70% from 255) = 72.96%
R=23.90%
G=3.14%
B=72.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3851160.670.9600.55257.8491.7423.73
Hex2657443600371025c18
Octal46516410314006740213430
Binary1001101011110100100001111000000110111100000010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260574; }

 p { color: rgb(38,5,116); }

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

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

 a { background-color: rgb(38,5,116); }

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

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

 span { border-color: rgb(38,5,116); }

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