#26027D

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

Shades of Persian Indigo #26027D

Tints of Persian Indigo #26027D

Color information

#26027D (or 0x26027D) is unknown color: approx Persian Indigo. HEX triplet: 26, 02 and 7D. RGB value is (38,2,125). Sum of RGB (Red+Green+Blue) = 38+2+125=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 125 (49.22% from 255 or 75.76% from 165); Max value from RGB is 125 - color contains mainly: blue. Hex color #26027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26027D is #D9FD82. Grayscale: #1A1A1A. Windows color (decimal): -14286211 or 8192550. OLE color: 8192550.

HSL color Cylindrical-coordinate representation of color #26027D: hue angle of 257.56º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26027D is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB382125-
CMYK0.700.9800.51
HSL257.56º96.85%24.9%-
HSV(B)257.56º98.4%49.02%-
XYZ4.521.9419.54-
YUV26.79183.43136-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 125 (49.22% from 255) = 75.76%
R=23.03%
G=1.21%
B=75.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3821250.700.9800.51257.5696.8524.9
Hex2627D46620331026119
Octal46217510614206340214131
Binary100110101111101100011011000100110011100000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26027D; }

 p { color: rgb(38,2,125); }

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

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

 a { background-color: rgb(38,2,125); }

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

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

 span { border-color: rgb(38,2,125); }

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