#260269

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

Shades of Persian Indigo #260269

Tints of Persian Indigo #260269

Color information

#260269 (or 0x260269) is unknown color: approx Persian Indigo. HEX triplet: 26, 02 and 69. RGB value is (38,2,105). Sum of RGB (Red+Green+Blue) = 38+2+105=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #260269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260269 is #D9FD96. Grayscale: #181818. Windows color (decimal): -14286231 or 6881830. OLE color: 6881830.

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

Color convert

RGB382105-
CMYK0.640.9800.59
HSL260.97º96.26%20.98%-
HSV(B)260.97º98.1%41.18%-
XYZ3.371.4813.47-
YUV24.51173.43137.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 105 (41.41% from 255) = 72.41%
R=26.21%
G=1.38%
B=72.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3821050.640.9800.59260.9796.2620.98
Hex26269406203B1056015
Octal46215110014207340514025
Binary100110101101001100000011000100111011100000101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260269; }

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

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

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

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

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

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

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

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