Html Css Color HEX #27205E Paris M

📋 copy color: '#27205E'

red 39 ◦ green 32 ◦ blue 94

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

Shades of Paris M #27205E

Tints of Paris M #27205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.39%

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

R = 23.64%
G = 19.39%
B = 56.97%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27205E (or 0x27205E) is known color: Paris M. HEX triplet: 27, 20 and 5E. RGB value is (39,32,94). Sum of RGB (Red+Green+Blue) = 39+32+94=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #27205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27205E is #D8DFA1. Grayscale: #282828. Windows color (decimal): -14213026 or 6168615. OLE color: 6168615.

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

Color convert

RGB 39 32 94 -
CMYK 0.59 0.66 0 0.63
HSL 246.77º 0.49% 0.25% -
HSV(B) 246.77º 0.66% 0.37% -
XYZ 3.37 2.27 10.85 -
YUV 41.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 39 32 94 0.59 0.66 0 0.63 246.77 0.49 0.25
Hex 27 20 5E 3B 42 0 3F F7 31 19
Octal 47 40 136 73 102 0 77 367 61 31
Binary 100111 100000 1011110 111011 1000010 0 111111 11110111 110001 11001

Color Harmonies of #27205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27205E

Black with #27205E

Text Example


Text Example

White with #27205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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