Html Css Color HEX #261980 Persian Indigo

📋 copy color: '#261980'

red 38 ◦ green 25 ◦ blue 128

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

Shades of Persian Indigo #261980

Tints of Persian Indigo #261980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.09%

 BLUE value IS 128 (50.39% from 255) = 67.02%

R = 19.9%
G = 13.09%
B = 67.02%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#261980 (or 0x261980) is known color: Persian Indigo. HEX triplet: 26, 19 and 80. RGB value is (38,25,128). Sum of RGB (Red+Green+Blue) = 38+25+128=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #261980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261980 is #D9E67F. Grayscale: #282828. Windows color (decimal): -14280320 or 8395046. OLE color: 8395046.

HSL color Cylindrical-coordinate representation of color #261980: hue angle of 247.57º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #261980 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 25 128 -
CMYK 0.70 0.80 0 0.50
HSL 247.57º 0.67% 0.3% -
HSV(B) 247.57º 0.8% 0.5% -
XYZ 5.04 2.67 20.67 -
YUV 40.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 38 25 128 0.70 0.80 0 0.50 247.57 0.67 0.3
Hex 26 19 80 46 50 0 32 F8 43 1E
Octal 46 31 200 106 120 0 62 370 103 36
Binary 100110 11001 10000000 1000110 1010000 0 110010 11111000 1000011 11110

Color Harmonies of #261980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261980

Black with #261980

Text Example


Text Example

White with #261980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261980; }

 p { color: rgb(38,25,128); }

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

background-color css

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

 a { background-color: rgb(38,25,128); }

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

border-color css

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

 span { border-color: rgb(38,25,128); }

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