#26007C

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

Shades of Persian Indigo #26007C

Tints of Persian Indigo #26007C

Color information

#26007C (or 0x26007C) is unknown color: approx Persian Indigo. HEX triplet: 26, 00 and 7C. RGB value is (38,0,124). Sum of RGB (Red+Green+Blue) = 38+0+124=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #26007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26007C is #D9FF83. Grayscale: #191919. Windows color (decimal): -14286724 or 8126502. OLE color: 8126502.

HSL color Cylindrical-coordinate representation of color #26007C: hue angle of 258.39º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26007C is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB380124-
CMYK0.69100.51
HSL258.39º100%24.31%-
HSV(B)258.39º100%48.63%-
XYZ4.441.8719.2-
YUV25.5183.59136.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 76.54%
R=23.46%
G=0%
B=76.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3801240.69100.51258.3910024.31
Hex2607C45640331026418
Octal46017410514406340214430
Binary10011001111100100010111001000110011100000010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26007C; }

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

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

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

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

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

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

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

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