Html Css Color HEX #260B61 Persian Indigo

📋 copy color: '#260B61'

red 38 ◦ green 11 ◦ blue 97

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

Shades of Persian Indigo #260B61

Tints of Persian Indigo #260B61

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.53%

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

R = 26.03%
G = 7.53%
B = 66.44%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#260B61 (or 0x260B61) is known color: Persian Indigo. HEX triplet: 26, 0B and 61. RGB value is (38,11,97). Sum of RGB (Red+Green+Blue) = 38+11+97=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #260B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260B61 is #D9F49E. Grayscale: #1C1C1C. Windows color (decimal): -14283935 or 6359846. OLE color: 6359846.

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

Color convert

RGB 38 11 97 -
CMYK 0.61 0.89 0 0.62
HSL 258.84º 0.8% 0.21% -
HSV(B) 258.84º 0.89% 0.38% -
XYZ 3.08 1.51 11.44 -
YUV 28.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 38 11 97 0.61 0.89 0 0.62 258.84 0.8 0.21
Hex 26 B 61 3D 59 0 3E 103 50 15
Octal 46 13 141 75 131 0 76 403 120 25
Binary 100110 1011 1100001 111101 1011001 0 111110 100000011 1010000 10101

Color Harmonies of #260B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B61

Black with #260B61

Text Example


Text Example

White with #260B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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