#260773

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

Shades of Persian Indigo #260773

Tints of Persian Indigo #260773

Color information

#260773 (or 0x260773) is unknown color: approx Persian Indigo. HEX triplet: 26, 07 and 73. RGB value is (38,7,115). Sum of RGB (Red+Green+Blue) = 38+7+115=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #260773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260773 is #D9F88C. Grayscale: #1C1C1C. Windows color (decimal): -14284941 or 7538470. OLE color: 7538470.

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

Color convert

RGB387115-
CMYK0.670.9400.55
HSL257.22º88.52%23.92%-
HSV(B)257.22º93.91%45.1%-
XYZ3.971.816.36-
YUV28.58176.77134.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.75%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 115 (45.31% from 255) = 71.88%
R=23.75%
G=4.38%
B=71.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3871150.670.9400.55257.2288.5223.92
Hex26773435E0371015918
Octal46716310313606740113130
Binary1001101111110011100001110111100110111100000001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260773; }

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

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

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

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

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

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

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

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