Html Css Color HEX #260661 Persian Indigo

📋 copy color: '#260661'

red 38 ◦ green 6 ◦ blue 97

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

Shades of Persian Indigo #260661

Tints of Persian Indigo #260661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.26%

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

R = 26.95%
G = 4.26%
B = 68.79%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#260661 (or 0x260661) is known color: Persian Indigo. HEX triplet: 26, 06 and 61. RGB value is (38,6,97). Sum of RGB (Red+Green+Blue) = 38+6+97=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #260661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260661 is #D9F99E. Grayscale: #191919. Windows color (decimal): -14285215 or 6358566. OLE color: 6358566.

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

Color convert

RGB 38 6 97 -
CMYK 0.61 0.94 0 0.62
HSL 261.1º 0.88% 0.2% -
HSV(B) 261.1º 0.94% 0.38% -
XYZ 3.02 1.41 11.42 -
YUV 25.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 38 6 97 0.61 0.94 0 0.62 261.1 0.88 0.2
Hex 26 6 61 3D 5E 0 3E 105 58 14
Octal 46 6 141 75 136 0 76 405 130 24
Binary 100110 110 1100001 111101 1011110 0 111110 100000101 1011000 10100

Color Harmonies of #260661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260661

Black with #260661

Text Example


Text Example

White with #260661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260661; }

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

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

background-color css

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

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

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

border-color css

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

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

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