Html Css Color HEX #261782 Persian Indigo

📋 copy color: '#261782'

red 38 ◦ green 23 ◦ blue 130

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

Shades of Persian Indigo #261782

Tints of Persian Indigo #261782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

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

R = 19.9%
G = 12.04%
B = 68.06%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#261782 (or 0x261782) is known color: Persian Indigo. HEX triplet: 26, 17 and 82. RGB value is (38,23,130). Sum of RGB (Red+Green+Blue) = 38+23+130=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 130 (51.17% from 255 or 68.06% from 191); Max value from RGB is 130 - color contains mainly: blue. Hex color #261782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261782 is #D9E87D. Grayscale: #272727. Windows color (decimal): -14280830 or 8525606. OLE color: 8525606.

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

Color convert

RGB 38 23 130 -
CMYK 0.71 0.82 0 0.49
HSL 248.41º 0.7% 0.3% -
HSV(B) 248.41º 0.82% 0.51% -
XYZ 5.13 2.64 21.36 -
YUV 39.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 38 23 130 0.71 0.82 0 0.49 248.41 0.7 0.3
Hex 26 17 82 47 52 0 31 F8 46 1E
Octal 46 27 202 107 122 0 61 370 106 36
Binary 100110 10111 10000010 1000111 1010010 0 110001 11111000 1000110 11110

Color Harmonies of #261782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261782

Black with #261782

Text Example


Text Example

White with #261782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261782; }

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

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

background-color css

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

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

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

border-color css

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

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

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