Html Css Color HEX #27157F Persian Indigo

📋 copy color: '#27157F'

red 39 ◦ green 21 ◦ blue 127

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

Shades of Persian Indigo #27157F

Tints of Persian Indigo #27157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 67.91%

R = 20.86%
G = 11.23%
B = 67.91%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#27157F (or 0x27157F) is known color: Persian Indigo. HEX triplet: 27, 15 and 7F. RGB value is (39,21,127). Sum of RGB (Red+Green+Blue) = 39+21+127=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #27157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27157F is #D8EA80. Grayscale: #262626. Windows color (decimal): -14215809 or 8328487. OLE color: 8328487.

HSL color Cylindrical-coordinate representation of color #27157F: hue angle of 250.19º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27157F is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 21 127 -
CMYK 0.69 0.83 0 0.50
HSL 250.19º 0.72% 0.29% -
HSV(B) 250.19º 0.83% 0.5% -
XYZ 4.94 2.5 20.3 -
YUV 38.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 39 21 127 0.69 0.83 0 0.50 250.19 0.72 0.29
Hex 27 15 7F 45 53 0 32 FA 48 1D
Octal 47 25 177 105 123 0 62 372 110 35
Binary 100111 10101 1111111 1000101 1010011 0 110010 11111010 1001000 11101

Color Harmonies of #27157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27157F

Black with #27157F

Text Example


Text Example

White with #27157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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