Html Css Color HEX #27145B Paris M

📋 copy color: '#27145B'

red 39 ◦ green 20 ◦ blue 91

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

Shades of Paris M #27145B

Tints of Paris M #27145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 60.67%

R = 26%
G = 13.33%
B = 60.67%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27145B (or 0x27145B) is known color: Paris M. HEX triplet: 27, 14 and 5B. RGB value is (39,20,91). Sum of RGB (Red+Green+Blue) = 39+20+91=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #27145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27145B is #D8EBA4. Grayscale: #212121. Windows color (decimal): -14216101 or 5968935. OLE color: 5968935.

HSL color Cylindrical-coordinate representation of color #27145B: hue angle of 256.06º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27145B is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 20 91 -
CMYK 0.57 0.78 0 0.64
HSL 256.06º 0.64% 0.22% -
HSV(B) 256.06º 0.78% 0.36% -
XYZ 2.98 1.69 10.07 -
YUV 33.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 39 20 91 0.57 0.78 0 0.64 256.06 0.64 0.22
Hex 27 14 5B 39 4E 0 40 100 40 16
Octal 47 24 133 71 116 0 100 400 100 26
Binary 100111 10100 1011011 111001 1001110 0 1000000 100000000 1000000 10110

Color Harmonies of #27145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27145B

Black with #27145B

Text Example


Text Example

White with #27145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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