Html Css Color HEX #261586 Persian Indigo

📋 copy color: '#261586'

red 38 ◦ green 21 ◦ blue 134

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

Shades of Persian Indigo #261586

Tints of Persian Indigo #261586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

 BLUE value IS 134 (52.73% from 255) = 69.43%

R = 19.69%
G = 10.88%
B = 69.43%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#261586 (or 0x261586) is known color: Persian Indigo. HEX triplet: 26, 15 and 86. RGB value is (38,21,134). Sum of RGB (Red+Green+Blue) = 38+21+134=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 134 (52.73% from 255 or 69.43% from 193); Max value from RGB is 134 - color contains mainly: blue. Hex color #261586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261586 is #D9EA79. Grayscale: #262626. Windows color (decimal): -14281338 or 8787238. OLE color: 8787238.

HSL color Cylindrical-coordinate representation of color #261586: hue angle of 249.03º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261586 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 21 134 -
CMYK 0.72 0.84 0 0.47
HSL 249.03º 0.73% 0.3% -
HSV(B) 249.03º 0.84% 0.53% -
XYZ 5.37 2.67 22.79 -
YUV 38.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 38 21 134 0.72 0.84 0 0.47 249.03 0.73 0.3
Hex 26 15 86 48 54 0 2F F9 49 1E
Octal 46 25 206 110 124 0 57 371 111 36
Binary 100110 10101 10000110 1001000 1010100 0 101111 11111001 1001001 11110

Color Harmonies of #261586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261586

Black with #261586

Text Example


Text Example

White with #261586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261586; }

 p { color: rgb(38,21,134); }

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

background-color css

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

 a { background-color: rgb(38,21,134); }

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

border-color css

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

 span { border-color: rgb(38,21,134); }

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