Html Css Color HEX #26086C Persian Indigo

📋 copy color: '#26086C'

red 38 ◦ green 8 ◦ blue 108

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

Shades of Persian Indigo #26086C

Tints of Persian Indigo #26086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.19%

 BLUE value IS 108 (42.58% from 255) = 70.13%

R = 24.68%
G = 5.19%
B = 70.13%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#26086C (or 0x26086C) is known color: Persian Indigo. HEX triplet: 26, 08 and 6C. RGB value is (38,8,108). Sum of RGB (Red+Green+Blue) = 38+8+108=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #26086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26086C is #D9F793. Grayscale: #1C1C1C. Windows color (decimal): -14284692 or 7079974. OLE color: 7079974.

HSL color Cylindrical-coordinate representation of color #26086C: hue angle of 258º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #26086C is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 8 108 -
CMYK 0.65 0.93 0 0.58
HSL 258º 0.86% 0.23% -
HSV(B) 258º 0.93% 0.42% -
XYZ 3.59 1.67 14.32 -
YUV 28.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 38 8 108 0.65 0.93 0 0.58 258 0.86 0.23
Hex 26 8 6C 41 5D 0 3A 102 56 17
Octal 46 10 154 101 135 0 72 402 126 27
Binary 100110 1000 1101100 1000001 1011101 0 111010 100000010 1010110 10111

Color Harmonies of #26086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26086C

Black with #26086C

Text Example


Text Example

White with #26086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,8,108); }

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

background-color css

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

 a { background-color: rgb(38,8,108); }

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

border-color css

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

 span { border-color: rgb(38,8,108); }

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