#261670

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

Shades of Persian Indigo #261670

Tints of Persian Indigo #261670

Color information

#261670 (or 0x261670) is unknown color: approx Persian Indigo. HEX triplet: 26, 16 and 70. RGB value is (38,22,112). Sum of RGB (Red+Green+Blue) = 38+22+112=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #261670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261670 is #D9E98F. Grayscale: #242424. Windows color (decimal): -14281104 or 7345702. OLE color: 7345702.

HSL color Cylindrical-coordinate representation of color #261670: hue angle of 250.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #261670 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3822112-
CMYK0.660.8000.56
HSL250.67º67.16%26.27%-
HSV(B)250.67º80.36%43.92%-
XYZ4.012.1615.53-
YUV37.04170.3128.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 112 (44.14% from 255) = 65.12%
R=22.09%
G=12.79%
B=65.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38221120.660.8000.56250.6767.1626.27
Hex2616704250038fb431a
Octal462616010212007037310332
Binary10011010110111000010000101010000011100011111011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261670; }

 p { color: rgb(38,22,112); }

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

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

 a { background-color: rgb(38,22,112); }

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

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

 span { border-color: rgb(38,22,112); }

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