#260684

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

Shades of Persian Indigo #260684

Tints of Persian Indigo #260684

Color information

#260684 (or 0x260684) is unknown color: approx Persian Indigo. HEX triplet: 26, 06 and 84. RGB value is (38,6,132). Sum of RGB (Red+Green+Blue) = 38+6+132=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #260684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260684 is #D9F97B. Grayscale: #1D1D1D. Windows color (decimal): -14285180 or 8652326. OLE color: 8652326.

HSL color Cylindrical-coordinate representation of color #260684: hue angle of 255.24º degrees, saturation: 0.91, 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 #260684 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB386132-
CMYK0.710.9500.48
HSL255.24º91.3%27.06%-
HSV(B)255.24º95.45%51.76%-
XYZ5.032.2121.99-
YUV29.93185.6133.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 6 (2.73% from 255) = 3.41%
BLUE value IS 132 (51.95% from 255) = 75%
R=21.59%
G=3.41%
B=75%

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
Decimal3861320.710.9500.48255.2491.327.06
Hex26684475F030ff5b1b
Octal46620410713706037713333
Binary1001101101000010010001111011111011000011111111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260684; }

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

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

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

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

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

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

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

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