Html Css Color HEX #260864 Persian Indigo

📋 copy color: '#260864'

red 38 ◦ green 8 ◦ blue 100

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

Shades of Persian Indigo #260864

Tints of Persian Indigo #260864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 68.49%

R = 26.03%
G = 5.48%
B = 68.49%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#260864 (or 0x260864) is known color: Persian Indigo. HEX triplet: 26, 08 and 64. RGB value is (38,8,100). Sum of RGB (Red+Green+Blue) = 38+8+100=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 100 (39.45% from 255 or 68.49% from 146); Max value from RGB is 100 - color contains mainly: blue. Hex color #260864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260864 is #D9F79B. Grayscale: #1B1B1B. Windows color (decimal): -14284700 or 6555686. OLE color: 6555686.

HSL color Cylindrical-coordinate representation of color #260864: hue angle of 259.57º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260864 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 8 100 -
CMYK 0.62 0.92 0 0.61
HSL 259.57º 0.85% 0.21% -
HSV(B) 259.57º 0.92% 0.39% -
XYZ 3.19 1.51 12.18 -
YUV 27.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 38 8 100 0.62 0.92 0 0.61 259.57 0.85 0.21
Hex 26 8 64 3E 5C 0 3D 104 55 15
Octal 46 10 144 76 134 0 75 404 125 25
Binary 100110 1000 1100100 111110 1011100 0 111101 100000100 1010101 10101

Color Harmonies of #260864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260864

Black with #260864

Text Example


Text Example

White with #260864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260864; }

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

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

background-color css

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

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

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

border-color css

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

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

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