#260369

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

Shades of Persian Indigo #260369

Tints of Persian Indigo #260369

Color information

#260369 (or 0x260369) is unknown color: approx Persian Indigo. HEX triplet: 26, 03 and 69. RGB value is (38,3,105). Sum of RGB (Red+Green+Blue) = 38+3+105=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 105 (41.41% from 255 or 71.92% from 146); Max value from RGB is 105 - color contains mainly: blue. Hex color #260369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260369 is #D9FC96. Grayscale: #181818. Windows color (decimal): -14285975 or 6882086. OLE color: 6882086.

HSL color Cylindrical-coordinate representation of color #260369: hue angle of 260.59º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260369 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB383105-
CMYK0.640.9700.59
HSL260.59º94.44%21.18%-
HSV(B)260.59º97.14%41.18%-
XYZ3.381.513.48-
YUV25.09173.1137.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.03%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 105 (41.41% from 255) = 71.92%
R=26.03%
G=2.05%
B=71.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3831050.640.9700.59260.5994.4421.18
Hex26369406103B1055e15
Octal46315110014107340513625
Binary100110111101001100000011000010111011100000101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260369; }

 p { color: rgb(38,3,105); }

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

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

 a { background-color: rgb(38,3,105); }

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

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

 span { border-color: rgb(38,3,105); }

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