#261065

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

Shades of Persian Indigo #261065

Tints of Persian Indigo #261065

Color information

#261065 (or 0x261065) is unknown color: approx Persian Indigo. HEX triplet: 26, 10 and 65. RGB value is (38,16,101). Sum of RGB (Red+Green+Blue) = 38+16+101=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #261065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261065 is #D9EF9A. Grayscale: #1F1F1F. Windows color (decimal): -14282651 or 6623270. OLE color: 6623270.

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

Color convert

RGB3816101-
CMYK0.620.8400.60
HSL255.53º72.65%22.94%-
HSV(B)255.53º84.16%39.61%-
XYZ3.331.7212.47-
YUV32.27166.79132.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 101 (39.84% from 255) = 65.16%
R=24.52%
G=10.32%
B=65.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38161010.620.8400.60255.5372.6522.94
Hex2610653E5403C1004917
Octal46201457612407440011127
Binary10011010000110010111111010101000111100100000000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261065; }

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

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

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

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

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

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

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

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