Html Css Color HEX #27145E Paris M

📋 copy color: '#27145E'

red 39 ◦ green 20 ◦ blue 94

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

Shades of Paris M #27145E

Tints of Paris M #27145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

 BLUE value IS 94 (37.11% from 255) = 61.44%

R = 25.49%
G = 13.07%
B = 61.44%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27145E (or 0x27145E) is known color: Paris M. HEX triplet: 27, 14 and 5E. RGB value is (39,20,94). Sum of RGB (Red+Green+Blue) = 39+20+94=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #27145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27145E is #D8EBA1. Grayscale: #212121. Windows color (decimal): -14216098 or 6165543. OLE color: 6165543.

HSL color Cylindrical-coordinate representation of color #27145E: hue angle of 255.41º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27145E is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 20 94 -
CMYK 0.59 0.79 0 0.63
HSL 255.41º 0.65% 0.22% -
HSV(B) 255.41º 0.79% 0.37% -
XYZ 3.11 1.74 10.76 -
YUV 34.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 39 20 94 0.59 0.79 0 0.63 255.41 0.65 0.22
Hex 27 14 5E 3B 4F 0 3F FF 41 16
Octal 47 24 136 73 117 0 77 377 101 26
Binary 100111 10100 1011110 111011 1001111 0 111111 11111111 1000001 10110

Color Harmonies of #27145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27145E

Black with #27145E

Text Example


Text Example

White with #27145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27145E; }

 p { color: rgb(39,20,94); }

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

background-color css

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

 a { background-color: rgb(39,20,94); }

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

border-color css

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

 span { border-color: rgb(39,20,94); }

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