Html Css Color HEX #271974 Persian Indigo

📋 copy color: '#271974'

red 39 ◦ green 25 ◦ blue 116

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

Shades of Persian Indigo #271974

Tints of Persian Indigo #271974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 64.44%

R = 21.67%
G = 13.89%
B = 64.44%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#271974 (or 0x271974) is known color: Persian Indigo. HEX triplet: 27, 19 and 74. RGB value is (39,25,116). Sum of RGB (Red+Green+Blue) = 39+25+116=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 116 (45.70% from 255 or 64.44% from 180); Max value from RGB is 116 - color contains mainly: blue. Hex color #271974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271974 is #D8E68B. Grayscale: #272727. Windows color (decimal): -14214796 or 7608615. OLE color: 7608615.

HSL color Cylindrical-coordinate representation of color #271974: hue angle of 249.23º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #271974 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 25 116 -
CMYK 0.66 0.78 0 0.55
HSL 249.23º 0.65% 0.28% -
HSV(B) 249.23º 0.78% 0.45% -
XYZ 4.34 2.39 16.76 -
YUV 39.56 171.14 127.6 -
System Red Green Blue C M Y K H S L
Decimal 39 25 116 0.66 0.78 0 0.55 249.23 0.65 0.28
Hex 27 19 74 42 4E 0 37 F9 41 1C
Octal 47 31 164 102 116 0 67 371 101 34
Binary 100111 11001 1110100 1000010 1001110 0 110111 11111001 1000001 11100

Color Harmonies of #271974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271974

Black with #271974

Text Example


Text Example

White with #271974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271974; }

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

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

background-color css

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

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

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

border-color css

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

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

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