Html Css Color HEX #271978 Persian Indigo

📋 copy color: '#271978'

red 39 ◦ green 25 ◦ blue 120

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

Shades of Persian Indigo #271978

Tints of Persian Indigo #271978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 65.22%

R = 21.2%
G = 13.59%
B = 65.22%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#271978 (or 0x271978) is known color: Persian Indigo. HEX triplet: 27, 19 and 78. RGB value is (39,25,120). Sum of RGB (Red+Green+Blue) = 39+25+120=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #271978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271978 is #D8E687. Grayscale: #272727. Windows color (decimal): -14214792 or 7870759. OLE color: 7870759.

HSL color Cylindrical-coordinate representation of color #271978: hue angle of 248.84º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271978 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 25 120 -
CMYK 0.67 0.79 0 0.53
HSL 248.84º 0.66% 0.28% -
HSV(B) 248.84º 0.79% 0.47% -
XYZ 4.57 2.48 18.01 -
YUV 40.02 173.14 127.28 -
System Red Green Blue C M Y K H S L
Decimal 39 25 120 0.67 0.79 0 0.53 248.84 0.66 0.28
Hex 27 19 78 43 4F 0 35 F9 42 1C
Octal 47 31 170 103 117 0 65 371 102 34
Binary 100111 11001 1111000 1000011 1001111 0 110101 11111001 1000010 11100

Color Harmonies of #271978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271978

Black with #271978

Text Example


Text Example

White with #271978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271978; }

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

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

background-color css

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

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

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

border-color css

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

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

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