Html Css Color HEX #26156F Persian Indigo

📋 copy color: '#26156F'

red 38 ◦ green 21 ◦ blue 111

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

Shades of Persian Indigo #26156F

Tints of Persian Indigo #26156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

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

R = 22.35%
G = 12.35%
B = 65.29%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#26156F (or 0x26156F) is known color: Persian Indigo. HEX triplet: 26, 15 and 6F. RGB value is (38,21,111). Sum of RGB (Red+Green+Blue) = 38+21+111=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #26156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26156F is #D9EA90. Grayscale: #242424. Windows color (decimal): -14281361 or 7279910. OLE color: 7279910.

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

Color convert

RGB 38 21 111 -
CMYK 0.66 0.81 0 0.56
HSL 251.33º 0.68% 0.26% -
HSV(B) 251.33º 0.81% 0.44% -
XYZ 3.94 2.1 15.24 -
YUV 36.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 38 21 111 0.66 0.81 0 0.56 251.33 0.68 0.26
Hex 26 15 6F 42 51 0 38 FB 44 1A
Octal 46 25 157 102 121 0 70 373 104 32
Binary 100110 10101 1101111 1000010 1010001 0 111000 11111011 1000100 11010

Color Harmonies of #26156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26156F

Black with #26156F

Text Example


Text Example

White with #26156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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