Html Css Color HEX #260561 Persian Indigo

📋 copy color: '#260561'

red 38 ◦ green 5 ◦ blue 97

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

Shades of Persian Indigo #260561

Tints of Persian Indigo #260561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 69.29%

R = 27.14%
G = 3.57%
B = 69.29%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#260561 (or 0x260561) is known color: Persian Indigo. HEX triplet: 26, 05 and 61. RGB value is (38,5,97). Sum of RGB (Red+Green+Blue) = 38+5+97=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #260561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260561 is #D9FA9E. Grayscale: #191919. Windows color (decimal): -14285471 or 6358310. OLE color: 6358310.

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

Color convert

RGB 38 5 97 -
CMYK 0.61 0.95 0 0.62
HSL 261.52º 0.9% 0.2% -
HSV(B) 261.52º 0.95% 0.38% -
XYZ 3.01 1.38 11.42 -
YUV 25.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 38 5 97 0.61 0.95 0 0.62 261.52 0.9 0.2
Hex 26 5 61 3D 5F 0 3E 106 5A 14
Octal 46 5 141 75 137 0 76 406 132 24
Binary 100110 101 1100001 111101 1011111 0 111110 100000110 1011010 10100

Color Harmonies of #260561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260561

Black with #260561

Text Example


Text Example

White with #260561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260561; }

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

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

background-color css

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

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

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

border-color css

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

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

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