#260784

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

Shades of Persian Indigo #260784

Tints of Persian Indigo #260784

Color information

#260784 (or 0x260784) is unknown color: approx Persian Indigo. HEX triplet: 26, 07 and 84. RGB value is (38,7,132). Sum of RGB (Red+Green+Blue) = 38+7+132=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #260784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260784 is #D9F87B. Grayscale: #1E1E1E. Windows color (decimal): -14284924 or 8652582. OLE color: 8652582.

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

Color convert

RGB387132-
CMYK0.710.9500.48
HSL254.88º89.93%27.25%-
HSV(B)254.88º94.7%51.76%-
XYZ5.042.2321.99-
YUV30.52185.27133.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 132 (51.95% from 255) = 74.58%
R=21.47%
G=3.95%
B=74.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3871320.710.9500.48254.8889.9327.25
Hex26784475F030ff5a1b
Octal46720410713706037713233
Binary1001101111000010010001111011111011000011111111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260784; }

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

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

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

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

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

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

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

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