#260879

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

Shades of Persian Indigo #260879

Tints of Persian Indigo #260879

Color information

#260879 (or 0x260879) is unknown color: approx Persian Indigo. HEX triplet: 26, 08 and 79. RGB value is (38,8,121). Sum of RGB (Red+Green+Blue) = 38+8+121=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 121 (47.66% from 255 or 72.46% from 167); Max value from RGB is 121 - color contains mainly: blue. Hex color #260879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260879 is #D9F786. Grayscale: #1D1D1D. Windows color (decimal): -14284679 or 7931942. OLE color: 7931942.

HSL color Cylindrical-coordinate representation of color #260879: hue angle of 255.93º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260879 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB388121-
CMYK0.690.9300.53
HSL255.93º87.6%25.29%-
HSV(B)255.93º93.39%47.45%-
XYZ4.341.9718.24-
YUV29.85179.44133.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.75%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 121 (47.66% from 255) = 72.46%
R=22.75%
G=4.79%
B=72.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3881210.690.9300.53255.9387.625.29
Hex26879455D0351005819
Octal461017110513506540013031
Binary10011010001111001100010110111010110101100000000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260879; }

 p { color: rgb(38,8,121); }

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

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

 a { background-color: rgb(38,8,121); }

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

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

 span { border-color: rgb(38,8,121); }

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