Html Css Color HEX #271572 Persian Indigo

📋 copy color: '#271572'

red 39 ◦ green 21 ◦ blue 114

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

Shades of Persian Indigo #271572

Tints of Persian Indigo #271572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 22.41%
G = 12.07%
B = 65.52%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#271572 (or 0x271572) is known color: Persian Indigo. HEX triplet: 27, 15 and 72. RGB value is (39,21,114). Sum of RGB (Red+Green+Blue) = 39+21+114=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #271572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271572 is #D8EA8D. Grayscale: #242424. Windows color (decimal): -14215822 or 7476519. OLE color: 7476519.

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

Color convert

RGB 39 21 114 -
CMYK 0.66 0.82 0 0.55
HSL 251.61º 0.69% 0.26% -
HSV(B) 251.61º 0.82% 0.45% -
XYZ 4.14 2.18 16.12 -
YUV 36.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 39 21 114 0.66 0.82 0 0.55 251.61 0.69 0.26
Hex 27 15 72 42 52 0 37 FC 45 1A
Octal 47 25 162 102 122 0 67 374 105 32
Binary 100111 10101 1110010 1000010 1010010 0 110111 11111100 1000101 11010

Color Harmonies of #271572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271572

Black with #271572

Text Example


Text Example

White with #271572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271572; }

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

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

background-color css

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

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

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

border-color css

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

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

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