#261265

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

Shades of Persian Indigo #261265

Tints of Persian Indigo #261265

Color information

#261265 (or 0x261265) is unknown color: approx Persian Indigo. HEX triplet: 26, 12 and 65. RGB value is (38,18,101). Sum of RGB (Red+Green+Blue) = 38+18+101=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #261265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261265 is #D9ED9A. Grayscale: #212121. Windows color (decimal): -14282139 or 6623782. OLE color: 6623782.

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

Color convert

RGB3818101-
CMYK0.620.8200.60
HSL254.46º69.75%23.33%-
HSV(B)254.46º82.18%39.61%-
XYZ3.361.7812.48-
YUV33.44166.13131.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 101 (39.84% from 255) = 64.33%
R=24.20%
G=11.46%
B=64.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38181010.620.8200.60254.4669.7523.33
Hex2612653E5203Cfe4617
Octal46221457612207437610627
Binary1001101001011001011111101010010011110011111110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261265; }

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

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

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

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

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

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

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

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