#260882

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

Shades of Persian Indigo #260882

Tints of Persian Indigo #260882

Color information

#260882 (or 0x260882) is unknown color: approx Persian Indigo. HEX triplet: 26, 08 and 82. RGB value is (38,8,130). Sum of RGB (Red+Green+Blue) = 38+8+130=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #260882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260882 is #D9F77D. Grayscale: #1E1E1E. Windows color (decimal): -14284670 or 8521766. OLE color: 8521766.

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

Color convert

RGB388130-
CMYK0.710.9400.49
HSL254.75º88.41%27.06%-
HSV(B)254.75º93.85%50.98%-
XYZ4.922.221.28-
YUV30.88183.94133.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 130 (51.17% from 255) = 73.86%
R=21.59%
G=4.55%
B=73.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3881300.710.9400.49254.7588.4127.06
Hex26882475E031ff581b
Octal461020210713606137713033
Binary10011010001000001010001111011110011000111111111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260882; }

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

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

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

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

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

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

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

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