Html Css Color HEX #260563 Persian Indigo

📋 copy color: '#260563'

red 38 ◦ green 5 ◦ blue 99

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

Shades of Persian Indigo #260563

Tints of Persian Indigo #260563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

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

R = 26.76%
G = 3.52%
B = 69.72%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#260563 (or 0x260563) is known color: Persian Indigo. HEX triplet: 26, 05 and 63. RGB value is (38,5,99). Sum of RGB (Red+Green+Blue) = 38+5+99=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 99 (39.06% from 255 or 69.72% from 142); Max value from RGB is 99 - color contains mainly: blue. Hex color #260563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260563 is #D9FA9C. Grayscale: #191919. Windows color (decimal): -14285469 or 6489382. OLE color: 6489382.

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

Color convert

RGB 38 5 99 -
CMYK 0.62 0.95 0 0.61
HSL 261.06º 0.9% 0.2% -
HSV(B) 261.06º 0.95% 0.39% -
XYZ 3.11 1.42 11.92 -
YUV 25.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 38 5 99 0.62 0.95 0 0.61 261.06 0.9 0.2
Hex 26 5 63 3E 5F 0 3D 105 5A 14
Octal 46 5 143 76 137 0 75 405 132 24
Binary 100110 101 1100011 111110 1011111 0 111101 100000101 1011010 10100

Color Harmonies of #260563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260563

Black with #260563

Text Example


Text Example

White with #260563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260563; }

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

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

background-color css

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

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

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

border-color css

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

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

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