Html Css Color HEX #26137C Persian Indigo

📋 copy color: '#26137C'

red 38 ◦ green 19 ◦ blue 124

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

Shades of Persian Indigo #26137C

Tints of Persian Indigo #26137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

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

R = 20.99%
G = 10.5%
B = 68.51%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26137C (or 0x26137C) is known color: Persian Indigo. HEX triplet: 26, 13 and 7C. RGB value is (38,19,124). Sum of RGB (Red+Green+Blue) = 38+19+124=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #26137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26137C is #D9EC83. Grayscale: #242424. Windows color (decimal): -14281860 or 8131366. OLE color: 8131366.

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

Color convert

RGB 38 19 124 -
CMYK 0.69 0.85 0 0.51
HSL 250.86º 0.73% 0.28% -
HSV(B) 250.86º 0.85% 0.49% -
XYZ 4.67 2.33 19.27 -
YUV 36.65 177.29 128.96 -
System Red Green Blue C M Y K H S L
Decimal 38 19 124 0.69 0.85 0 0.51 250.86 0.73 0.28
Hex 26 13 7C 45 55 0 33 FB 49 1C
Octal 46 23 174 105 125 0 63 373 111 34
Binary 100110 10011 1111100 1000101 1010101 0 110011 11111011 1001001 11100

Color Harmonies of #26137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26137C

Black with #26137C

Text Example


Text Example

White with #26137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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