#26017A

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

Shades of Persian Indigo #26017A

Tints of Persian Indigo #26017A

Color information

#26017A (or 0x26017A) is unknown color: approx Persian Indigo. HEX triplet: 26, 01 and 7A. RGB value is (38,1,122). Sum of RGB (Red+Green+Blue) = 38+1+122=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #26017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26017A is #D9FE85. Grayscale: #191919. Windows color (decimal): -14286470 or 7995686. OLE color: 7995686.

HSL color Cylindrical-coordinate representation of color #26017A: hue angle of 258.35º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26017A is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB381122-
CMYK0.690.9900.52
HSL258.35º98.37%24.12%-
HSV(B)258.35º99.18%47.84%-
XYZ4.321.8418.54-
YUV25.86182.26136.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 122 (48.05% from 255) = 75.78%
R=23.60%
G=0.62%
B=75.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3811220.690.9900.52258.3598.3724.12
Hex2617A45630341026218
Octal46117210514306440214230
Binary10011011111010100010111000110110100100000010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26017A; }

 p { color: rgb(38,1,122); }

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

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

 a { background-color: rgb(38,1,122); }

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

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

 span { border-color: rgb(38,1,122); }

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