#261784

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

Shades of Persian Indigo #261784

Tints of Persian Indigo #261784

Color information

#261784 (or 0x261784) is unknown color: approx Persian Indigo. HEX triplet: 26, 17 and 84. RGB value is (38,23,132). Sum of RGB (Red+Green+Blue) = 38+23+132=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #261784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261784 is #D9E87B. Grayscale: #272727. Windows color (decimal): -14280828 or 8656678. OLE color: 8656678.

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

Color convert

RGB3823132-
CMYK0.710.8300.48
HSL248.26º70.32%30.39%-
HSV(B)248.26º82.58%51.76%-
XYZ5.272.6922.07-
YUV39.91179.97126.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 132 (51.95% from 255) = 68.39%
R=19.69%
G=11.92%
B=68.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38231320.710.8300.48248.2670.3230.39
Hex2617844753030f8461e
Octal462720410712306037010636
Binary100110101111000010010001111010011011000011111000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261784; }

 p { color: rgb(38,23,132); }

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

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

 a { background-color: rgb(38,23,132); }

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

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

 span { border-color: rgb(38,23,132); }

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