Html Css Color HEX #271672 Persian Indigo

📋 copy color: '#271672'

red 39 ◦ green 22 ◦ blue 114

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

Shades of Persian Indigo #271672

Tints of Persian Indigo #271672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 65.14%

R = 22.29%
G = 12.57%
B = 65.14%

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

#271672 (or 0x271672) is known color: Persian Indigo. HEX triplet: 27, 16 and 72. RGB value is (39,22,114). Sum of RGB (Red+Green+Blue) = 39+22+114=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #271672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271672 is #D8E98D. Grayscale: #252525. Windows color (decimal): -14215566 or 7476775. OLE color: 7476775.

HSL color Cylindrical-coordinate representation of color #271672: hue angle of 251.09º 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 #271672 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 22 114 -
CMYK 0.66 0.81 0 0.55
HSL 251.09º 0.68% 0.27% -
HSV(B) 251.09º 0.81% 0.45% -
XYZ 4.16 2.22 16.13 -
YUV 37.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 39 22 114 0.66 0.81 0 0.55 251.09 0.68 0.27
Hex 27 16 72 42 51 0 37 FB 44 1B
Octal 47 26 162 102 121 0 67 373 104 33
Binary 100111 10110 1110010 1000010 1010001 0 110111 11111011 1000100 11011

Color Harmonies of #271672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271672

Black with #271672

Text Example


Text Example

White with #271672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271672; }

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

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

background-color css

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

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

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

border-color css

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

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

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