Html Css Color HEX #26025D Persian Indigo

📋 copy color: '#26025D'

red 38 ◦ green 2 ◦ blue 93

#26025D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #26025D

Tints of Persian Indigo #26025D

RGB

 RED value IS 38 (15.23% from 255) = 28.57%

 GREEN value IS 2 (1.17% from 255) = 1.5%

 BLUE value IS 93 (36.72% from 255) = 69.92%

R = 28.57%
G = 1.5%
B = 69.92%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26025D (or 0x26025D) is known color: 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

RGB 38 2 93 -
CMYK 0.59 0.98 0 0.64
HSL 263.74º 0.96% 0.19% -
HSV(B) 263.74º 0.98% 0.36% -
XYZ 2.8 1.25 10.45 -
YUV 23.14 167.43 138.6 -
System Red Green Blue C M Y K H S L
Decimal 38 2 93 0.59 0.98 0 0.64 263.74 0.96 0.19
Hex 26 2 5D 3B 62 0 40 108 60 13
Octal 46 2 135 73 142 0 100 410 140 23
Binary 100110 10 1011101 111011 1100010 0 1000000 100001000 1100000 10011

Color Harmonies of #26025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26025D

Black with #26025D

Text Example


Text Example

White with #26025D

Text Example


Text Example

HTML Codes & Css Web 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>