Html Css Color HEX #26096F Persian Indigo

📋 copy color: '#26096F'

red 38 ◦ green 9 ◦ blue 111

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

Shades of Persian Indigo #26096F

Tints of Persian Indigo #26096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

 BLUE value IS 111 (43.75% from 255) = 70.25%

R = 24.05%
G = 5.7%
B = 70.25%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#26096F (or 0x26096F) is known color: Persian Indigo. HEX triplet: 26, 09 and 6F. RGB value is (38,9,111). Sum of RGB (Red+Green+Blue) = 38+9+111=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #26096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26096F is #D9F690. Grayscale: #1C1C1C. Windows color (decimal): -14284433 or 7276838. OLE color: 7276838.

HSL color Cylindrical-coordinate representation of color #26096F: hue angle of 257.06º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26096F is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 9 111 -
CMYK 0.66 0.92 0 0.56
HSL 257.06º 0.85% 0.24% -
HSV(B) 257.06º 0.92% 0.44% -
XYZ 3.77 1.76 15.18 -
YUV 29.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 38 9 111 0.66 0.92 0 0.56 257.06 0.85 0.24
Hex 26 9 6F 42 5C 0 38 101 55 18
Octal 46 11 157 102 134 0 70 401 125 30
Binary 100110 1001 1101111 1000010 1011100 0 111000 100000001 1010101 11000

Color Harmonies of #26096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26096F

Black with #26096F

Text Example


Text Example

White with #26096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,9,111); }

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

background-color css

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

 a { background-color: rgb(38,9,111); }

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

border-color css

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

 span { border-color: rgb(38,9,111); }

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