Html Css Color HEX #260461 Persian Indigo

📋 copy color: '#260461'

red 38 ◦ green 4 ◦ blue 97

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

Shades of Persian Indigo #260461

Tints of Persian Indigo #260461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.88%

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

R = 27.34%
G = 2.88%
B = 69.78%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#260461 (or 0x260461) is known color: Persian Indigo. HEX triplet: 26, 04 and 61. RGB value is (38,4,97). Sum of RGB (Red+Green+Blue) = 38+4+97=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #260461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260461 is #D9FB9E. Grayscale: #181818. Windows color (decimal): -14285727 or 6358054. OLE color: 6358054.

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

Color convert

RGB 38 4 97 -
CMYK 0.61 0.96 0 0.62
HSL 261.94º 0.92% 0.2% -
HSV(B) 261.94º 0.96% 0.38% -
XYZ 3 1.36 11.41 -
YUV 24.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 38 4 97 0.61 0.96 0 0.62 261.94 0.92 0.2
Hex 26 4 61 3D 60 0 3E 106 5C 14
Octal 46 4 141 75 140 0 76 406 134 24
Binary 100110 100 1100001 111101 1100000 0 111110 100000110 1011100 10100

Color Harmonies of #260461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260461

Black with #260461

Text Example


Text Example

White with #260461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260461; }

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

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

background-color css

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

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

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

border-color css

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

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

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