Html Css Color HEX #26177F Persian Indigo

📋 copy color: '#26177F'

red 38 ◦ green 23 ◦ blue 127

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

Shades of Persian Indigo #26177F

Tints of Persian Indigo #26177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

 BLUE value IS 127 (50% from 255) = 67.55%

R = 20.21%
G = 12.23%
B = 67.55%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#26177F (or 0x26177F) is known color: Persian Indigo. HEX triplet: 26, 17 and 7F. RGB value is (38,23,127). Sum of RGB (Red+Green+Blue) = 38+23+127=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #26177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26177F is #D9E880. Grayscale: #262626. Windows color (decimal): -14280833 or 8328998. OLE color: 8328998.

HSL color Cylindrical-coordinate representation of color #26177F: hue angle of 248.65º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26177F is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 23 127 -
CMYK 0.70 0.82 0 0.50
HSL 248.65º 0.69% 0.29% -
HSV(B) 248.65º 0.82% 0.5% -
XYZ 4.94 2.56 20.31 -
YUV 39.34 177.47 127.04 -
System Red Green Blue C M Y K H S L
Decimal 38 23 127 0.70 0.82 0 0.50 248.65 0.69 0.29
Hex 26 17 7F 46 52 0 32 F9 45 1D
Octal 46 27 177 106 122 0 62 371 105 35
Binary 100110 10111 1111111 1000110 1010010 0 110010 11111001 1000101 11101

Color Harmonies of #26177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26177F

Black with #26177F

Text Example


Text Example

White with #26177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26177F; }

 p { color: rgb(38,23,127); }

 H1.HeaderClassName
 {
   color: #26177F;
 }
 .AnyTagClassName
 {
   color: #26177F;
 }
</style>

background-color css

<style>
 a { background-color: #26177F; }

 a { background-color: rgb(38,23,127); }

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

border-color css

<style>
 span { border-color: #26177F; }

 span { border-color: rgb(38,23,127); }

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