Html Css Color HEX #260079 Persian Indigo

📋 copy color: '#260079'

red 38 ◦ green 0 ◦ blue 121

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

Shades of Persian Indigo #260079

Tints of Persian Indigo #260079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 76.1%

R = 23.9%
G = 0%
B = 76.1%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#260079 (or 0x260079) is known color: Persian Indigo. HEX triplet: 26, 00 and 79. RGB value is (38,0,121). Sum of RGB (Red+Green+Blue) = 38+0+121=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 121 (47.66% from 255 or 76.10% from 159); Max value from RGB is 121 - color contains mainly: blue. Hex color #260079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260079 is #D9FF86. Grayscale: #181818. Windows color (decimal): -14286727 or 7929894. OLE color: 7929894.

HSL color Cylindrical-coordinate representation of color #260079: hue angle of 258.84º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260079 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 0 121 -
CMYK 0.69 1 0 0.53
HSL 258.84º 1% 0.24% -
HSV(B) 258.84º 1% 0.47% -
XYZ 4.25 1.79 18.21 -
YUV 25.16 182.09 137.16 -
System Red Green Blue C M Y K H S L
Decimal 38 0 121 0.69 1 0 0.53 258.84 1 0.24
Hex 26 0 79 45 64 0 35 103 64 18
Octal 46 0 171 105 144 0 65 403 144 30
Binary 100110 0 1111001 1000101 1100100 0 110101 100000011 1100100 11000

Color Harmonies of #260079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260079

Black with #260079

Text Example


Text Example

White with #260079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260079; }

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

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

background-color css

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

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

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

border-color css

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

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

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