#260365

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

Shades of Persian Indigo #260365

Tints of Persian Indigo #260365

Color information

#260365 (or 0x260365) is unknown color: approx Persian Indigo. HEX triplet: 26, 03 and 65. RGB value is (38,3,101). Sum of RGB (Red+Green+Blue) = 38+3+101=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 101 (39.84% from 255 or 71.13% from 142); Max value from RGB is 101 - color contains mainly: blue. Hex color #260365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260365 is #D9FC9A. Grayscale: #181818. Windows color (decimal): -14285979 or 6619942. OLE color: 6619942.

HSL color Cylindrical-coordinate representation of color #260365: hue angle of 261.43º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260365 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB383101-
CMYK0.620.9700.60
HSL261.43º94.23%20.39%-
HSV(B)261.43º97.03%39.61%-
XYZ3.181.4212.42-
YUV24.64171.1137.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.76%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 101 (39.84% from 255) = 71.13%
R=26.76%
G=2.11%
B=71.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3831010.620.9700.60261.4394.2320.39
Hex263653E6103C1055e14
Octal4631457614107440513624
Binary10011011110010111111011000010111100100000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260365; }

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

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

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

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

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

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

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

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