Html Css Color HEX #26017D Persian Indigo

📋 copy color: '#26017D'

red 38 ◦ green 1 ◦ blue 125

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

Shades of Persian Indigo #26017D

Tints of Persian Indigo #26017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 125 (49.22% from 255) = 76.22%

R = 23.17%
G = 0.61%
B = 76.22%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26017D (or 0x26017D) is known color: Persian Indigo. HEX triplet: 26, 01 and 7D. RGB value is (38,1,125). Sum of RGB (Red+Green+Blue) = 38+1+125=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 125 (49.22% from 255 or 76.22% from 164); Max value from RGB is 125 - color contains mainly: blue. Hex color #26017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26017D is #D9FE82. Grayscale: #191919. Windows color (decimal): -14286467 or 8192294. OLE color: 8192294.

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

Color convert

RGB 38 1 125 -
CMYK 0.70 0.99 0 0.51
HSL 257.9º 0.98% 0.25% -
HSV(B) 257.9º 0.99% 0.49% -
XYZ 4.51 1.91 19.53 -
YUV 26.2 183.76 136.42 -
System Red Green Blue C M Y K H S L
Decimal 38 1 125 0.70 0.99 0 0.51 257.9 0.98 0.25
Hex 26 1 7D 46 63 0 33 102 62 19
Octal 46 1 175 106 143 0 63 402 142 31
Binary 100110 1 1111101 1000110 1100011 0 110011 100000010 1100010 11001

Color Harmonies of #26017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26017D

Black with #26017D

Text Example


Text Example

White with #26017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #26017D;
 }
 .AnyTagClassName
 {
   color: #26017D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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