#26027B

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

Shades of Persian Indigo #26027B

Tints of Persian Indigo #26027B

Color information

#26027B (or 0x26027B) is unknown color: approx Persian Indigo. HEX triplet: 26, 02 and 7B. RGB value is (38,2,123). Sum of RGB (Red+Green+Blue) = 38+2+123=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 123 (48.44% from 255 or 75.46% from 163); Max value from RGB is 123 - color contains mainly: blue. Hex color #26027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26027B is #D9FD84. Grayscale: #1A1A1A. Windows color (decimal): -14286213 or 8061478. OLE color: 8061478.

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

Color convert

RGB382123-
CMYK0.690.9800.52
HSL257.85º96.8%24.51%-
HSV(B)257.85º98.37%48.24%-
XYZ4.41.8918.87-
YUV26.56182.43136.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 123 (48.44% from 255) = 75.46%
R=23.31%
G=1.23%
B=75.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3821230.690.9800.52257.8596.824.51
Hex2627B45620341026119
Octal46217310514206440214131
Binary100110101111011100010111000100110100100000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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