#260973

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

Shades of Persian Indigo #260973

Tints of Persian Indigo #260973

Color information

#260973 (or 0x260973) is unknown color: approx Persian Indigo. HEX triplet: 26, 09 and 73. RGB value is (38,9,115). Sum of RGB (Red+Green+Blue) = 38+9+115=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #260973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260973 is #D9F68C. Grayscale: #1D1D1D. Windows color (decimal): -14284429 or 7538982. OLE color: 7538982.

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

Color convert

RGB389115-
CMYK0.670.9200.55
HSL256.42º85.48%24.31%-
HSV(B)256.42º92.17%45.1%-
XYZ3.991.8516.37-
YUV29.76176.11133.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 115 (45.31% from 255) = 70.99%
R=23.46%
G=5.56%
B=70.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3891150.670.9200.55256.4285.4824.31
Hex26973435C0371005518
Octal461116310313406740012530
Binary10011010011110011100001110111000110111100000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260973; }

 p { color: rgb(38,9,115); }

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

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

 a { background-color: rgb(38,9,115); }

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

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

 span { border-color: rgb(38,9,115); }

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