Html Css Color HEX #26016B Persian Indigo

📋 copy color: '#26016B'

red 38 ◦ green 1 ◦ blue 107

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

Shades of Persian Indigo #26016B

Tints of Persian Indigo #26016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 73.29%

R = 26.03%
G = 0.68%
B = 73.29%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#26016B (or 0x26016B) is known color: Persian Indigo. HEX triplet: 26, 01 and 6B. RGB value is (38,1,107). Sum of RGB (Red+Green+Blue) = 38+1+107=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 107 (42.19% from 255 or 73.29% from 146); Max value from RGB is 107 - color contains mainly: blue. Hex color #26016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26016B is #D9FE94. Grayscale: #171717. Windows color (decimal): -14286485 or 7012646. OLE color: 7012646.

HSL color Cylindrical-coordinate representation of color #26016B: hue angle of 260.94º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26016B is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 1 107 -
CMYK 0.64 0.99 0 0.58
HSL 260.94º 0.98% 0.21% -
HSV(B) 260.94º 0.99% 0.42% -
XYZ 3.46 1.5 14.02 -
YUV 24.15 174.76 137.88 -
System Red Green Blue C M Y K H S L
Decimal 38 1 107 0.64 0.99 0 0.58 260.94 0.98 0.21
Hex 26 1 6B 40 63 0 3A 105 62 15
Octal 46 1 153 100 143 0 72 405 142 25
Binary 100110 1 1101011 1000000 1100011 0 111010 100000101 1100010 10101

Color Harmonies of #26016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26016B

Black with #26016B

Text Example


Text Example

White with #26016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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