#261072

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

Shades of Persian Indigo #261072

Tints of Persian Indigo #261072

Color information

#261072 (or 0x261072) is unknown color: approx Persian Indigo. HEX triplet: 26, 10 and 72. RGB value is (38,16,114). Sum of RGB (Red+Green+Blue) = 38+16+114=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #261072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261072 is #D9EF8D. Grayscale: #212121. Windows color (decimal): -14282638 or 7475238. OLE color: 7475238.

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

Color convert

RGB3816114-
CMYK0.670.8600.55
HSL253.47º75.38%25.49%-
HSV(B)253.47º85.96%44.71%-
XYZ4.02216.09-
YUV33.75173.29131.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 114 (44.92% from 255) = 67.86%
R=22.62%
G=9.52%
B=67.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38161140.670.8600.55253.4775.3825.49
Hex2610724356037fd4b19
Octal462016210312606737511331
Binary10011010000111001010000111010110011011111111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261072; }

 p { color: rgb(38,16,114); }

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

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

 a { background-color: rgb(38,16,114); }

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

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

 span { border-color: rgb(38,16,114); }

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