#260070

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

Shades of Persian Indigo #260070

Tints of Persian Indigo #260070

Color information

#260070 (or 0x260070) is unknown color: approx Persian Indigo. HEX triplet: 26, 00 and 70. RGB value is (38,0,112). Sum of RGB (Red+Green+Blue) = 38+0+112=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #260070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260070 is #D9FF8F. Grayscale: #171717. Windows color (decimal): -14286736 or 7340070. OLE color: 7340070.

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

Color convert

RGB380112-
CMYK0.66100.56
HSL260.36º100%21.96%-
HSV(B)260.36º100%43.92%-
XYZ3.721.5815.44-
YUV24.13177.59137.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 74.67%
R=25.33%
G=0%
B=74.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3801120.66100.56260.3610021.96
Hex2607042640381046416
Octal46016010214407040414426
Binary10011001110000100001011001000111000100000100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260070; }

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

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

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

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

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

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

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

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