Html Css Color HEX #260879 Persian Indigo

📋 copy color: '#260879'

red 38 ◦ green 8 ◦ blue 121

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

Shades of Persian Indigo #260879

Tints of Persian Indigo #260879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

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

R = 22.75%
G = 4.79%
B = 72.46%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#260879 (or 0x260879) is known color: Persian Indigo. HEX triplet: 26, 08 and 79. RGB value is (38,8,121). Sum of RGB (Red+Green+Blue) = 38+8+121=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 121 (47.66% from 255 or 72.46% from 167); Max value from RGB is 121 - color contains mainly: blue. Hex color #260879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260879 is #D9F786. Grayscale: #1D1D1D. Windows color (decimal): -14284679 or 7931942. OLE color: 7931942.

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

Color convert

RGB 38 8 121 -
CMYK 0.69 0.93 0 0.53
HSL 255.93º 0.88% 0.25% -
HSV(B) 255.93º 0.93% 0.47% -
XYZ 4.34 1.97 18.24 -
YUV 29.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 38 8 121 0.69 0.93 0 0.53 255.93 0.88 0.25
Hex 26 8 79 45 5D 0 35 100 58 19
Octal 46 10 171 105 135 0 65 400 130 31
Binary 100110 1000 1111001 1000101 1011101 0 110101 100000000 1011000 11001

Color Harmonies of #260879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260879

Black with #260879

Text Example


Text Example

White with #260879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260879; }

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

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

background-color css

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

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

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

border-color css

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

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

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