#260072

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

Shades of Persian Indigo #260072

Tints of Persian Indigo #260072

Color information

#260072 (or 0x260072) is unknown color: approx Persian Indigo. HEX triplet: 26, 00 and 72. RGB value is (38,0,114). Sum of RGB (Red+Green+Blue) = 38+0+114=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #260072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260072 is #D9FF8D. Grayscale: #171717. Windows color (decimal): -14286734 or 7471142. OLE color: 7471142.

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

Color convert

RGB380114-
CMYK0.67100.55
HSL260º100%22.35%-
HSV(B)260º100%44.71%-
XYZ3.841.6316.03-
YUV24.36178.59137.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 75%
R=25%
G=0%
B=75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3801140.67100.5526010022.35
Hex2607243640371046416
Octal46016210314406740414426
Binary10011001110010100001111001000110111100000100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260072; }

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

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

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

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

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

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

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

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