Html Css Color HEX #271673 Persian Indigo

📋 copy color: '#271673'

red 39 ◦ green 22 ◦ blue 115

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

Shades of Persian Indigo #271673

Tints of Persian Indigo #271673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.5%

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

R = 22.16%
G = 12.5%
B = 65.34%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#271673 (or 0x271673) is known color: Persian Indigo. HEX triplet: 27, 16 and 73. RGB value is (39,22,115). Sum of RGB (Red+Green+Blue) = 39+22+115=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #271673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271673 is #D8E98C. Grayscale: #252525. Windows color (decimal): -14215565 or 7542311. OLE color: 7542311.

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

Color convert

RGB 39 22 115 -
CMYK 0.66 0.81 0 0.55
HSL 250.97º 0.68% 0.27% -
HSV(B) 250.97º 0.81% 0.45% -
XYZ 4.22 2.24 16.43 -
YUV 37.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 39 22 115 0.66 0.81 0 0.55 250.97 0.68 0.27
Hex 27 16 73 42 51 0 37 FB 44 1B
Octal 47 26 163 102 121 0 67 373 104 33
Binary 100111 10110 1110011 1000010 1010001 0 110111 11111011 1000100 11011

Color Harmonies of #271673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271673

Black with #271673

Text Example


Text Example

White with #271673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271673; }

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

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

background-color css

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

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

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

border-color css

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

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

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