Html Css Color HEX #26016A Persian Indigo

📋 copy color: '#26016A'

red 38 ◦ green 1 ◦ blue 106

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

Shades of Persian Indigo #26016A

Tints of Persian Indigo #26016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 73.1%

R = 26.21%
G = 0.69%
B = 73.1%

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

#26016A (or 0x26016A) is known color: Persian Indigo. HEX triplet: 26, 01 and 6A. RGB value is (38,1,106). Sum of RGB (Red+Green+Blue) = 38+1+106=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 106 (41.80% from 255 or 73.10% from 145); Max value from RGB is 106 - color contains mainly: blue. Hex color #26016A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26016A is #D9FE95. Grayscale: #171717. Windows color (decimal): -14286486 or 6947110. OLE color: 6947110.

HSL color Cylindrical-coordinate representation of color #26016A: hue angle of 261.14º 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 #26016A is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 1 106 -
CMYK 0.64 0.99 0 0.58
HSL 261.14º 0.98% 0.21% -
HSV(B) 261.14º 0.99% 0.42% -
XYZ 3.41 1.47 13.74 -
YUV 24.03 174.26 137.96 -
System Red Green Blue C M Y K H S L
Decimal 38 1 106 0.64 0.99 0 0.58 261.14 0.98 0.21
Hex 26 1 6A 40 63 0 3A 105 62 15
Octal 46 1 152 100 143 0 72 405 142 25
Binary 100110 1 1101010 1000000 1100011 0 111010 100000101 1100010 10101

Color Harmonies of #26016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26016A

Black with #26016A

Text Example


Text Example

White with #26016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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