#26127B

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

Shades of Persian Indigo #26127B

Tints of Persian Indigo #26127B

Color information

#26127B (or 0x26127B) is unknown color: approx Persian Indigo. HEX triplet: 26, 12 and 7B. RGB value is (38,18,123). Sum of RGB (Red+Green+Blue) = 38+18+123=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #26127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26127B is #D9ED84. Grayscale: #232323. Windows color (decimal): -14282117 or 8065574. OLE color: 8065574.

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

Color convert

RGB3818123-
CMYK0.690.8500.52
HSL251.43º74.47%27.65%-
HSV(B)251.43º85.37%48.24%-
XYZ4.592.2718.94-
YUV35.95177.13129.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 123 (48.44% from 255) = 68.72%
R=21.23%
G=10.06%
B=68.72%

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
Decimal38181230.690.8500.52251.4374.4727.65
Hex26127B4555034fb4a1c
Octal462217310512506437311234
Binary10011010010111101110001011010101011010011111011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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