Html Css Color HEX #26016D Persian Indigo

📋 copy color: '#26016D'

red 38 ◦ green 1 ◦ blue 109

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

Shades of Persian Indigo #26016D

Tints of Persian Indigo #26016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 25.68%
G = 0.68%
B = 73.65%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#26016D (or 0x26016D) is known color: Persian Indigo. HEX triplet: 26, 01 and 6D. RGB value is (38,1,109). Sum of RGB (Red+Green+Blue) = 38+1+109=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #26016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26016D is #D9FE92. Grayscale: #171717. Windows color (decimal): -14286483 or 7143718. OLE color: 7143718.

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

Color convert

RGB 38 1 109 -
CMYK 0.65 0.99 0 0.57
HSL 260.56º 0.98% 0.22% -
HSV(B) 260.56º 0.99% 0.43% -
XYZ 3.57 1.54 14.58 -
YUV 24.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 38 1 109 0.65 0.99 0 0.57 260.56 0.98 0.22
Hex 26 1 6D 41 63 0 39 105 62 16
Octal 46 1 155 101 143 0 71 405 142 26
Binary 100110 1 1101101 1000001 1100011 0 111001 100000101 1100010 10110

Color Harmonies of #26016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26016D

Black with #26016D

Text Example


Text Example

White with #26016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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