Html Css Color HEX #261982 Persian Indigo

📋 copy color: '#261982'

red 38 ◦ green 25 ◦ blue 130

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

Shades of Persian Indigo #261982

Tints of Persian Indigo #261982

RGB

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

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

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

R = 19.69%
G = 12.95%
B = 67.36%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#261982 (or 0x261982) is known color: Persian Indigo. HEX triplet: 26, 19 and 82. RGB value is (38,25,130). Sum of RGB (Red+Green+Blue) = 38+25+130=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #261982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261982 is #D9E67D. Grayscale: #282828. Windows color (decimal): -14280318 or 8526118. OLE color: 8526118.

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

Color convert

RGB 38 25 130 -
CMYK 0.71 0.81 0 0.49
HSL 247.43º 0.68% 0.3% -
HSV(B) 247.43º 0.81% 0.51% -
XYZ 5.18 2.72 21.37 -
YUV 40.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 38 25 130 0.71 0.81 0 0.49 247.43 0.68 0.3
Hex 26 19 82 47 51 0 31 F7 44 1E
Octal 46 31 202 107 121 0 61 367 104 36
Binary 100110 11001 10000010 1000111 1010001 0 110001 11110111 1000100 11110

Color Harmonies of #261982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261982

Black with #261982

Text Example


Text Example

White with #261982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261982; }

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

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

background-color css

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

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

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

border-color css

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

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

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