Html Css Color HEX #26096D Persian Indigo

📋 copy color: '#26096D'

red 38 ◦ green 9 ◦ blue 109

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

Shades of Persian Indigo #26096D

Tints of Persian Indigo #26096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 69.87%

R = 24.36%
G = 5.77%
B = 69.87%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#26096D (or 0x26096D) is known color: Persian Indigo. HEX triplet: 26, 09 and 6D. RGB value is (38,9,109). Sum of RGB (Red+Green+Blue) = 38+9+109=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #26096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26096D is #D9F692. Grayscale: #1C1C1C. Windows color (decimal): -14284435 or 7145766. OLE color: 7145766.

HSL color Cylindrical-coordinate representation of color #26096D: hue angle of 257.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26096D is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 9 109 -
CMYK 0.65 0.92 0 0.57
HSL 257.4º 0.85% 0.23% -
HSV(B) 257.4º 0.92% 0.43% -
XYZ 3.66 1.71 14.61 -
YUV 29.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 38 9 109 0.65 0.92 0 0.57 257.4 0.85 0.23
Hex 26 9 6D 41 5C 0 39 101 55 17
Octal 46 11 155 101 134 0 71 401 125 27
Binary 100110 1001 1101101 1000001 1011100 0 111001 100000001 1010101 10111

Color Harmonies of #26096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26096D

Black with #26096D

Text Example


Text Example

White with #26096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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