Html Css Color HEX #260961 Persian Indigo

📋 copy color: '#260961'

red 38 ◦ green 9 ◦ blue 97

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

Shades of Persian Indigo #260961

Tints of Persian Indigo #260961

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

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

R = 26.39%
G = 6.25%
B = 67.36%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#260961 (or 0x260961) is known color: Persian Indigo. HEX triplet: 26, 09 and 61. RGB value is (38,9,97). Sum of RGB (Red+Green+Blue) = 38+9+97=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #260961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260961 is #D9F69E. Grayscale: #1B1B1B. Windows color (decimal): -14284447 or 6359334. OLE color: 6359334.

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

Color convert

RGB 38 9 97 -
CMYK 0.61 0.91 0 0.62
HSL 259.77º 0.83% 0.21% -
HSV(B) 259.77º 0.91% 0.38% -
XYZ 3.05 1.47 11.43 -
YUV 27.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 38 9 97 0.61 0.91 0 0.62 259.77 0.83 0.21
Hex 26 9 61 3D 5B 0 3E 104 53 15
Octal 46 11 141 75 133 0 76 404 123 25
Binary 100110 1001 1100001 111101 1011011 0 111110 100000100 1010011 10101

Color Harmonies of #260961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260961

Black with #260961

Text Example


Text Example

White with #260961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260961; }

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

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

background-color css

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

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

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

border-color css

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

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

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