#261474

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

Shades of Persian Indigo #261474

Tints of Persian Indigo #261474

Color information

#261474 (or 0x261474) is unknown color: approx Persian Indigo. HEX triplet: 26, 14 and 74. RGB value is (38,20,116). Sum of RGB (Red+Green+Blue) = 38+20+116=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #261474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261474 is #D9EB8B. Grayscale: #232323. Windows color (decimal): -14281612 or 7607334. OLE color: 7607334.

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

Color convert

RGB3820116-
CMYK0.670.8300.55
HSL251.25º70.59%26.67%-
HSV(B)251.25º82.76%45.49%-
XYZ4.22.1716.72-
YUV36.33172.96129.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.84%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 116 (45.70% from 255) = 66.67%
R=21.84%
G=11.49%
B=66.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38201160.670.8300.55251.2570.5926.67
Hex2614744353037fb471b
Octal462416410312306737310733
Binary10011010100111010010000111010011011011111111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261474; }

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

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

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

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

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

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

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

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