Html Css Color HEX #27156F Persian Indigo

📋 copy color: '#27156F'

red 39 ◦ green 21 ◦ blue 111

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

Shades of Persian Indigo #27156F

Tints of Persian Indigo #27156F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 64.91%

R = 22.81%
G = 12.28%
B = 64.91%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#27156F (or 0x27156F) is known color: Persian Indigo. HEX triplet: 27, 15 and 6F. RGB value is (39,21,111). Sum of RGB (Red+Green+Blue) = 39+21+111=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #27156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27156F is #D8EA90. Grayscale: #242424. Windows color (decimal): -14215825 or 7279911. OLE color: 7279911.

HSL color Cylindrical-coordinate representation of color #27156F: hue angle of 252º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27156F is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 21 111 -
CMYK 0.65 0.81 0 0.56
HSL 252º 0.68% 0.26% -
HSV(B) 252º 0.81% 0.44% -
XYZ 3.97 2.12 15.24 -
YUV 36.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 39 21 111 0.65 0.81 0 0.56 252 0.68 0.26
Hex 27 15 6F 41 51 0 38 FC 44 1A
Octal 47 25 157 101 121 0 70 374 104 32
Binary 100111 10101 1101111 1000001 1010001 0 111000 11111100 1000100 11010

Color Harmonies of #27156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27156F

Black with #27156F

Text Example


Text Example

White with #27156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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