Html Css Color HEX #271378 Persian Indigo

📋 copy color: '#271378'

red 39 ◦ green 19 ◦ blue 120

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

Shades of Persian Indigo #271378

Tints of Persian Indigo #271378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.67%

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

R = 21.91%
G = 10.67%
B = 67.42%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#271378 (or 0x271378) is known color: Persian Indigo. HEX triplet: 27, 13 and 78. RGB value is (39,19,120). Sum of RGB (Red+Green+Blue) = 39+19+120=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #271378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271378 is #D8EC87. Grayscale: #242424. Windows color (decimal): -14216328 or 7869223. OLE color: 7869223.

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

Color convert

RGB 39 19 120 -
CMYK 0.67 0.84 0 0.53
HSL 251.88º 0.73% 0.27% -
HSV(B) 251.88º 0.84% 0.47% -
XYZ 4.46 2.25 17.97 -
YUV 36.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 39 19 120 0.67 0.84 0 0.53 251.88 0.73 0.27
Hex 27 13 78 43 54 0 35 FC 49 1B
Octal 47 23 170 103 124 0 65 374 111 33
Binary 100111 10011 1111000 1000011 1010100 0 110101 11111100 1001001 11011

Color Harmonies of #271378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271378

Black with #271378

Text Example


Text Example

White with #271378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271378; }

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

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

background-color css

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

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

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

border-color css

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

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

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