Html Css Color HEX #271373 Persian Indigo

📋 copy color: '#271373'

red 39 ◦ green 19 ◦ blue 115

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

Shades of Persian Indigo #271373

Tints of Persian Indigo #271373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.47%

R = 22.54%
G = 10.98%
B = 66.47%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#271373 (or 0x271373) is known color: Persian Indigo. HEX triplet: 27, 13 and 73. RGB value is (39,19,115). Sum of RGB (Red+Green+Blue) = 39+19+115=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #271373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271373 is #D8EC8C. Grayscale: #232323. Windows color (decimal): -14216333 or 7541543. OLE color: 7541543.

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

Color convert

RGB 39 19 115 -
CMYK 0.66 0.83 0 0.55
HSL 252.5º 0.72% 0.26% -
HSV(B) 252.5º 0.83% 0.45% -
XYZ 4.16 2.13 16.41 -
YUV 35.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 39 19 115 0.66 0.83 0 0.55 252.5 0.72 0.26
Hex 27 13 73 42 53 0 37 FD 48 1A
Octal 47 23 163 102 123 0 67 375 110 32
Binary 100111 10011 1110011 1000010 1010011 0 110111 11111101 1001000 11010

Color Harmonies of #271373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271373

Black with #271373

Text Example


Text Example

White with #271373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271373; }

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

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

background-color css

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

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

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

border-color css

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

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

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