#261378

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

Shades of Persian Indigo #261378

Tints of Persian Indigo #261378

Color information

#261378 (or 0x261378) is unknown color: approx Persian Indigo. HEX triplet: 26, 13 and 78. RGB value is (38,19,120). Sum of RGB (Red+Green+Blue) = 38+19+120=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #261378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261378 is #D9EC87. Grayscale: #232323. Windows color (decimal): -14281864 or 7869222. OLE color: 7869222.

HSL color Cylindrical-coordinate representation of color #261378: hue angle of 251.29º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261378 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3819120-
CMYK0.680.8400.53
HSL251.29º72.66%27.25%-
HSV(B)251.29º84.17%47.06%-
XYZ4.422.2317.97-
YUV36.2175.29129.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 120 (47.27% from 255) = 67.80%
R=21.47%
G=10.73%
B=67.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38191200.680.8400.53251.2972.6627.25
Hex2613784454035fb491b
Octal462317010412406537311133
Binary10011010011111100010001001010100011010111111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261378; }

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

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

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

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

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

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

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

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