Html Css Color HEX #26117C Persian Indigo

📋 copy color: '#26117C'

red 38 ◦ green 17 ◦ blue 124

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

Shades of Persian Indigo #26117C

Tints of Persian Indigo #26117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

 BLUE value IS 124 (48.83% from 255) = 69.27%

R = 21.23%
G = 9.5%
B = 69.27%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26117C (or 0x26117C) is known color: Persian Indigo. HEX triplet: 26, 11 and 7C. RGB value is (38,17,124). Sum of RGB (Red+Green+Blue) = 38+17+124=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #26117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26117C is #D9EE83. Grayscale: #232323. Windows color (decimal): -14282372 or 8130854. OLE color: 8130854.

HSL color Cylindrical-coordinate representation of color #26117C: hue angle of 251.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26117C is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 17 124 -
CMYK 0.69 0.86 0 0.51
HSL 251.78º 0.76% 0.28% -
HSV(B) 251.78º 0.86% 0.49% -
XYZ 4.64 2.27 19.26 -
YUV 35.48 177.96 129.8 -
System Red Green Blue C M Y K H S L
Decimal 38 17 124 0.69 0.86 0 0.51 251.78 0.76 0.28
Hex 26 11 7C 45 56 0 33 FC 4C 1C
Octal 46 21 174 105 126 0 63 374 114 34
Binary 100110 10001 1111100 1000101 1010110 0 110011 11111100 1001100 11100

Color Harmonies of #26117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26117C

Black with #26117C

Text Example


Text Example

White with #26117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26117C; }

 p { color: rgb(38,17,124); }

 H1.HeaderClassName
 {
   color: #26117C;
 }
 .AnyTagClassName
 {
   color: #26117C;
 }
</style>

background-color css

<style>
 a { background-color: #26117C; }

 a { background-color: rgb(38,17,124); }

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

border-color css

<style>
 span { border-color: #26117C; }

 span { border-color: rgb(38,17,124); }

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