Html Css Color HEX #26187C Persian Indigo

📋 copy color: '#26187C'

red 38 ◦ green 24 ◦ blue 124

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

Shades of Persian Indigo #26187C

Tints of Persian Indigo #26187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.9%

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

R = 20.43%
G = 12.9%
B = 66.67%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26187C (or 0x26187C) is known color: Persian Indigo. HEX triplet: 26, 18 and 7C. RGB value is (38,24,124). Sum of RGB (Red+Green+Blue) = 38+24+124=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #26187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26187C is #D9E783. Grayscale: #272727. Windows color (decimal): -14280580 or 8132646. OLE color: 8132646.

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

Color convert

RGB 38 24 124 -
CMYK 0.69 0.81 0 0.51
HSL 248.4º 0.68% 0.29% -
HSV(B) 248.4º 0.81% 0.49% -
XYZ 4.76 2.52 19.3 -
YUV 39.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 38 24 124 0.69 0.81 0 0.51 248.4 0.68 0.29
Hex 26 18 7C 45 51 0 33 F8 44 1D
Octal 46 30 174 105 121 0 63 370 104 35
Binary 100110 11000 1111100 1000101 1010001 0 110011 11111000 1000100 11101

Color Harmonies of #26187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26187C

Black with #26187C

Text Example


Text Example

White with #26187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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