#26025D

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

Shades of Persian Indigo #26025D

Tints of Persian Indigo #26025D

Color information

#26025D (or 0x26025D) is unknown color: approx Persian Indigo. HEX triplet: 26, 02 and 5D. RGB value is (38,2,93). Sum of RGB (Red+Green+Blue) = 38+2+93=133 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.57% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #26025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26025D is #D9FDA2. Grayscale: #161616. Windows color (decimal): -14286243 or 6095398. OLE color: 6095398.

HSL color Cylindrical-coordinate representation of color #26025D: hue angle of 263.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26025D is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB38293-
CMYK0.590.9800.64
HSL263.74º95.79%18.63%-
HSV(B)263.74º97.85%36.47%-
XYZ2.81.2510.45-
YUV23.14167.43138.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.57%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 93 (36.72% from 255) = 69.92%
R=28.57%
G=1.50%
B=69.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal382930.590.9800.64263.7495.7918.63
Hex2625D3B620401086013
Octal46213573142010041014023
Binary100110101011101111011110001001000000100001000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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