#260D64

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

Shades of Persian Indigo #260D64

Tints of Persian Indigo #260D64

Color information

#260D64 (or 0x260D64) is unknown color: approx Persian Indigo. HEX triplet: 26, 0D and 64. RGB value is (38,13,100). Sum of RGB (Red+Green+Blue) = 38+13+100=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #260D64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D64 is #D9F29B. Grayscale: #1E1E1E. Windows color (decimal): -14283420 or 6556966. OLE color: 6556966.

HSL color Cylindrical-coordinate representation of color #260D64: hue angle of 257.24º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260D64 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3813100-
CMYK0.620.8700.61
HSL257.24º76.99%22.16%-
HSV(B)257.24º87%39.22%-
XYZ3.241.6212.2-
YUV30.39167.28133.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 100 (39.45% from 255) = 66.23%
R=25.17%
G=8.61%
B=66.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38131000.620.8700.61257.2476.9922.16
Hex26D643E5703D1014d16
Octal46151447612707540111526
Binary1001101101110010011111010101110111101100000001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260D64; }

 p { color: rgb(38,13,100); }

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

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

 a { background-color: rgb(38,13,100); }

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

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

 span { border-color: rgb(38,13,100); }

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