#261374

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

Shades of Persian Indigo #261374

Tints of Persian Indigo #261374

Color information

#261374 (or 0x261374) is unknown color: approx Persian Indigo. HEX triplet: 26, 13 and 74. RGB value is (38,19,116). Sum of RGB (Red+Green+Blue) = 38+19+116=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #261374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261374 is #D9EC8B. Grayscale: #232323. Windows color (decimal): -14281868 or 7607078. OLE color: 7607078.

HSL color Cylindrical-coordinate representation of color #261374: hue angle of 251.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261374 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3819116-
CMYK0.670.8400.55
HSL251.75º71.85%26.47%-
HSV(B)251.75º83.62%45.49%-
XYZ4.182.1416.72-
YUV35.74173.29129.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 116 (45.70% from 255) = 67.05%
R=21.97%
G=10.98%
B=67.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38191160.670.8400.55251.7571.8526.47
Hex2613744354037fc481a
Octal462316410312406737411032
Binary10011010011111010010000111010100011011111111100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261374; }

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

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

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

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

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

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

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

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