Html Css Color HEX #26127C Persian Indigo

📋 copy color: '#26127C'

red 38 ◦ green 18 ◦ blue 124

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

Shades of Persian Indigo #26127C

Tints of Persian Indigo #26127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10%

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

R = 21.11%
G = 10%
B = 68.89%

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

#26127C (or 0x26127C) is known color: Persian Indigo. HEX triplet: 26, 12 and 7C. RGB value is (38,18,124). Sum of RGB (Red+Green+Blue) = 38+18+124=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #26127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26127C is #D9ED83. Grayscale: #232323. Windows color (decimal): -14282116 or 8131110. OLE color: 8131110.

HSL color Cylindrical-coordinate representation of color #26127C: hue angle of 251.32º degrees, saturation: 0.75, 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 #26127C is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 18 124 -
CMYK 0.69 0.85 0 0.51
HSL 251.32º 0.75% 0.28% -
HSV(B) 251.32º 0.85% 0.49% -
XYZ 4.65 2.3 19.27 -
YUV 36.06 177.63 129.38 -
System Red Green Blue C M Y K H S L
Decimal 38 18 124 0.69 0.85 0 0.51 251.32 0.75 0.28
Hex 26 12 7C 45 55 0 33 FB 4B 1C
Octal 46 22 174 105 125 0 63 373 113 34
Binary 100110 10010 1111100 1000101 1010101 0 110011 11111011 1001011 11100

Color Harmonies of #26127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26127C

Black with #26127C

Text Example


Text Example

White with #26127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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