Html Css Color HEX #261582 Persian Indigo

📋 copy color: '#261582'

red 38 ◦ green 21 ◦ blue 130

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

Shades of Persian Indigo #261582

Tints of Persian Indigo #261582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 68.78%

R = 20.11%
G = 11.11%
B = 68.78%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#261582 (or 0x261582) is known color: Persian Indigo. HEX triplet: 26, 15 and 82. RGB value is (38,21,130). Sum of RGB (Red+Green+Blue) = 38+21+130=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #261582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261582 is #D9EA7D. Grayscale: #262626. Windows color (decimal): -14281342 or 8525094. OLE color: 8525094.

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

Color convert

RGB 38 21 130 -
CMYK 0.71 0.84 0 0.49
HSL 249.36º 0.72% 0.3% -
HSV(B) 249.36º 0.84% 0.51% -
XYZ 5.1 2.56 21.34 -
YUV 38.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 38 21 130 0.71 0.84 0 0.49 249.36 0.72 0.3
Hex 26 15 82 47 54 0 31 F9 48 1E
Octal 46 25 202 107 124 0 61 371 110 36
Binary 100110 10101 10000010 1000111 1010100 0 110001 11111001 1001000 11110

Color Harmonies of #261582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261582

Black with #261582

Text Example


Text Example

White with #261582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261582; }

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

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

background-color css

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

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

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

border-color css

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

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

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