Html Css Color HEX #26006F Persian Indigo

📋 copy color: '#26006F'

red 38 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #26006F

Tints of Persian Indigo #26006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.5%
G = 0%
B = 74.5%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#26006F (or 0x26006F) is known color: Persian Indigo. HEX triplet: 26, 00 and 6F. RGB value is (38,0,111). Sum of RGB (Red+Green+Blue) = 38+0+111=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #26006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26006F is #D9FF90. Grayscale: #171717. Windows color (decimal): -14286737 or 7274534. OLE color: 7274534.

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

Color convert

RGB 38 0 111 -
CMYK 0.66 1 0 0.56
HSL 260.54º 1% 0.22% -
HSV(B) 260.54º 1% 0.44% -
XYZ 3.67 1.56 15.15 -
YUV 24.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 38 0 111 0.66 1 0 0.56 260.54 1 0.22
Hex 26 0 6F 42 64 0 38 105 64 16
Octal 46 0 157 102 144 0 70 405 144 26
Binary 100110 0 1101111 1000010 1100100 0 111000 100000101 1100100 10110

Color Harmonies of #26006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26006F

Black with #26006F

Text Example


Text Example

White with #26006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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