Html Css Color HEX #260179 Persian Indigo

📋 copy color: '#260179'

red 38 ◦ green 1 ◦ blue 121

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

Shades of Persian Indigo #260179

Tints of Persian Indigo #260179

RGB

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

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

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

R = 23.75%
G = 0.63%
B = 75.63%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#260179 (or 0x260179) is known color: Persian Indigo. HEX triplet: 26, 01 and 79. RGB value is (38,1,121). Sum of RGB (Red+Green+Blue) = 38+1+121=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 121 (47.66% from 255 or 75.62% from 160); Max value from RGB is 121 - color contains mainly: blue. Hex color #260179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260179 is #D9FE86. Grayscale: #191919. Windows color (decimal): -14286471 or 7930150. OLE color: 7930150.

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

Color convert

RGB 38 1 121 -
CMYK 0.69 0.99 0 0.53
HSL 258.5º 0.98% 0.24% -
HSV(B) 258.5º 0.99% 0.47% -
XYZ 4.26 1.81 18.21 -
YUV 25.74 181.76 136.74 -
System Red Green Blue C M Y K H S L
Decimal 38 1 121 0.69 0.99 0 0.53 258.5 0.98 0.24
Hex 26 1 79 45 63 0 35 102 62 18
Octal 46 1 171 105 143 0 65 402 142 30
Binary 100110 1 1111001 1000101 1100011 0 110101 100000010 1100010 11000

Color Harmonies of #260179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260179

Black with #260179

Text Example


Text Example

White with #260179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260179; }

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

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

background-color css

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

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

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

border-color css

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

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

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