#261385

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

Shades of Persian Indigo #261385

Tints of Persian Indigo #261385

Color information

#261385 (or 0x261385) is unknown color: approx Persian Indigo. HEX triplet: 26, 13 and 85. RGB value is (38,19,133). Sum of RGB (Red+Green+Blue) = 38+19+133=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #261385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261385 is #D9EC7A. Grayscale: #252525. Windows color (decimal): -14281851 or 8721190. OLE color: 8721190.

HSL color Cylindrical-coordinate representation of color #261385: hue angle of 250º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #261385 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3819133-
CMYK0.710.8600.48
HSL250º75%29.8%-
HSV(B)250º85.71%52.16%-
XYZ5.272.5722.41-
YUV37.68181.79128.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 133 (52.34% from 255) = 70%
R=20%
G=10%
B=70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38191330.710.8600.482507529.8
Hex2613854756030fa4b1e
Octal462320510712606037211336
Binary100110100111000010110001111010110011000011111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261385; }

 p { color: rgb(38,19,133); }

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

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

 a { background-color: rgb(38,19,133); }

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

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

 span { border-color: rgb(38,19,133); }

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