Html Css Color HEX #260161 Persian Indigo

📋 copy color: '#260161'

red 38 ◦ green 1 ◦ blue 97

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

Shades of Persian Indigo #260161

Tints of Persian Indigo #260161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 27.94%
G = 0.74%
B = 71.32%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#260161 (or 0x260161) is known color: Persian Indigo. HEX triplet: 26, 01 and 61. RGB value is (38,1,97). Sum of RGB (Red+Green+Blue) = 38+1+97=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #260161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260161 is #D9FE9E. Grayscale: #161616. Windows color (decimal): -14286495 or 6357286. OLE color: 6357286.

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

Color convert

RGB 38 1 97 -
CMYK 0.61 0.99 0 0.62
HSL 263.13º 0.98% 0.19% -
HSV(B) 263.13º 0.99% 0.38% -
XYZ 2.97 1.3 11.4 -
YUV 23.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 38 1 97 0.61 0.99 0 0.62 263.13 0.98 0.19
Hex 26 1 61 3D 63 0 3E 107 62 13
Octal 46 1 141 75 143 0 76 407 142 23
Binary 100110 1 1100001 111101 1100011 0 111110 100000111 1100010 10011

Color Harmonies of #260161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260161

Black with #260161

Text Example


Text Example

White with #260161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260161; }

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

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

background-color css

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

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

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

border-color css

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

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

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