Html Css Color HEX #26015F Persian Indigo

📋 copy color: '#26015F'

red 38 ◦ green 1 ◦ blue 95

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

Shades of Persian Indigo #26015F

Tints of Persian Indigo #26015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 70.9%

R = 28.36%
G = 0.75%
B = 70.9%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#26015F (or 0x26015F) is known color: Persian Indigo. HEX triplet: 26, 01 and 5F. RGB value is (38,1,95). Sum of RGB (Red+Green+Blue) = 38+1+95=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #26015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26015F is #D9FEA0. Grayscale: #161616. Windows color (decimal): -14286497 or 6226214. OLE color: 6226214.

HSL color Cylindrical-coordinate representation of color #26015F: hue angle of 263.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26015F is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 1 95 -
CMYK 0.60 0.99 0 0.63
HSL 263.62º 0.98% 0.19% -
HSV(B) 263.62º 0.99% 0.37% -
XYZ 2.88 1.26 10.92 -
YUV 22.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 38 1 95 0.60 0.99 0 0.63 263.62 0.98 0.19
Hex 26 1 5F 3C 63 0 3F 108 62 13
Octal 46 1 137 74 143 0 77 410 142 23
Binary 100110 1 1011111 111100 1100011 0 111111 100001000 1100010 10011

Color Harmonies of #26015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26015F

Black with #26015F

Text Example


Text Example

White with #26015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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