Html Css Color HEX #271982 Persian Indigo

📋 copy color: '#271982'

red 39 ◦ green 25 ◦ blue 130

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

Shades of Persian Indigo #271982

Tints of Persian Indigo #271982

RGB

 RED value IS 39 (15.63% from 255) = 20.1%

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

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

R = 20.1%
G = 12.89%
B = 67.01%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#271982 (or 0x271982) is known color: Persian Indigo. HEX triplet: 27, 19 and 82. RGB value is (39,25,130). Sum of RGB (Red+Green+Blue) = 39+25+130=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #271982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271982 is #D8E67D. Grayscale: #282828. Windows color (decimal): -14214782 or 8526119. OLE color: 8526119.

HSL color Cylindrical-coordinate representation of color #271982: hue angle of 248º 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 #271982 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 25 130 -
CMYK 0.70 0.81 0 0.49
HSL 248º 0.68% 0.3% -
HSV(B) 248º 0.81% 0.51% -
XYZ 5.21 2.74 21.37 -
YUV 41.16 178.14 126.46 -
System Red Green Blue C M Y K H S L
Decimal 39 25 130 0.70 0.81 0 0.49 248 0.68 0.3
Hex 27 19 82 46 51 0 31 F8 44 1E
Octal 47 31 202 106 121 0 61 370 104 36
Binary 100111 11001 10000010 1000110 1010001 0 110001 11111000 1000100 11110

Color Harmonies of #271982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271982

Black with #271982

Text Example


Text Example

White with #271982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271982; }

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

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

background-color css

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

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

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

border-color css

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

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

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