#26127A

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

Shades of Persian Indigo #26127A

Tints of Persian Indigo #26127A

Color information

#26127A (or 0x26127A) is unknown color: approx Persian Indigo. HEX triplet: 26, 12 and 7A. RGB value is (38,18,122). Sum of RGB (Red+Green+Blue) = 38+18+122=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #26127A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26127A is #D9ED85. Grayscale: #232323. Windows color (decimal): -14282118 or 8000038. OLE color: 8000038.

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

Color convert

RGB3818122-
CMYK0.690.8500.52
HSL251.54º74.29%27.45%-
HSV(B)251.54º85.25%47.84%-
XYZ4.532.2518.61-
YUV35.84176.63129.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 122 (48.05% from 255) = 68.54%
R=21.35%
G=10.11%
B=68.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38181220.690.8500.52251.5474.2927.45
Hex26127A4555034fc4a1b
Octal462217210512506437411233
Binary10011010010111101010001011010101011010011111100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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