#260782

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

Shades of Persian Indigo #260782

Tints of Persian Indigo #260782

Color information

#260782 (or 0x260782) is unknown color: approx Persian Indigo. HEX triplet: 26, 07 and 82. RGB value is (38,7,130). Sum of RGB (Red+Green+Blue) = 38+7+130=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #260782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260782 is #D9F87D. Grayscale: #1D1D1D. Windows color (decimal): -14284926 or 8521510. OLE color: 8521510.

HSL color Cylindrical-coordinate representation of color #260782: hue angle of 255.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260782 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB387130-
CMYK0.710.9500.49
HSL255.12º89.78%26.86%-
HSV(B)255.12º94.62%50.98%-
XYZ4.92.1821.28-
YUV30.29184.27133.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 130 (51.17% from 255) = 74.29%
R=21.71%
G=4%
B=74.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3871300.710.9500.49255.1289.7826.86
Hex26782475F031ff5a1b
Octal46720210713706137713233
Binary1001101111000001010001111011111011000111111111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260782; }

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

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

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

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

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

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

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

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