Html Css Color HEX #261380 Persian Indigo

📋 copy color: '#261380'

red 38 ◦ green 19 ◦ blue 128

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

Shades of Persian Indigo #261380

Tints of Persian Indigo #261380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.27%

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

R = 20.54%
G = 10.27%
B = 69.19%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#261380 (or 0x261380) is known color: Persian Indigo. HEX triplet: 26, 13 and 80. RGB value is (38,19,128). Sum of RGB (Red+Green+Blue) = 38+19+128=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 128 (50.39% from 255 or 69.19% from 185); Max value from RGB is 128 - color contains mainly: blue. Hex color #261380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261380 is #D9EC7F. Grayscale: #242424. Windows color (decimal): -14281856 or 8393510. OLE color: 8393510.

HSL color Cylindrical-coordinate representation of color #261380: hue angle of 250.46º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261380 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 19 128 -
CMYK 0.70 0.85 0 0.50
HSL 250.46º 0.74% 0.29% -
HSV(B) 250.46º 0.85% 0.5% -
XYZ 4.93 2.44 20.63 -
YUV 37.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 38 19 128 0.70 0.85 0 0.50 250.46 0.74 0.29
Hex 26 13 80 46 55 0 32 FA 4A 1D
Octal 46 23 200 106 125 0 62 372 112 35
Binary 100110 10011 10000000 1000110 1010101 0 110010 11111010 1001010 11101

Color Harmonies of #261380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261380

Black with #261380

Text Example


Text Example

White with #261380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261380; }

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

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

background-color css

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

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

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

border-color css

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

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

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