Html Css Color HEX #260863 Persian Indigo

📋 copy color: '#260863'

red 38 ◦ green 8 ◦ blue 99

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

Shades of Persian Indigo #260863

Tints of Persian Indigo #260863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 68.28%

R = 26.21%
G = 5.52%
B = 68.28%

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

#260863 (or 0x260863) is known color: Persian Indigo. HEX triplet: 26, 08 and 63. RGB value is (38,8,99). Sum of RGB (Red+Green+Blue) = 38+8+99=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #260863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260863 is #D9F79C. Grayscale: #1B1B1B. Windows color (decimal): -14284701 or 6490150. OLE color: 6490150.

HSL color Cylindrical-coordinate representation of color #260863: hue angle of 259.78º 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 #260863 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 8 99 -
CMYK 0.62 0.92 0 0.61
HSL 259.78º 0.85% 0.21% -
HSV(B) 259.78º 0.92% 0.39% -
XYZ 3.14 1.49 11.93 -
YUV 27.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 38 8 99 0.62 0.92 0 0.61 259.78 0.85 0.21
Hex 26 8 63 3E 5C 0 3D 104 55 15
Octal 46 10 143 76 134 0 75 404 125 25
Binary 100110 1000 1100011 111110 1011100 0 111101 100000100 1010101 10101

Color Harmonies of #260863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260863

Black with #260863

Text Example


Text Example

White with #260863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260863; }

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

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

background-color css

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

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

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

border-color css

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

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

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