Html Css Color HEX #27165B Paris M

📋 copy color: '#27165B'

red 39 ◦ green 22 ◦ blue 91

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

Shades of Paris M #27165B

Tints of Paris M #27165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.47%

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

R = 25.66%
G = 14.47%
B = 59.87%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27165B (or 0x27165B) is known color: Paris M. HEX triplet: 27, 16 and 5B. RGB value is (39,22,91). Sum of RGB (Red+Green+Blue) = 39+22+91=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #27165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27165B is #D8E9A4. Grayscale: #222222. Windows color (decimal): -14215589 or 5969447. OLE color: 5969447.

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

Color convert

RGB 39 22 91 -
CMYK 0.57 0.76 0 0.64
HSL 254.78º 0.61% 0.22% -
HSV(B) 254.78º 0.76% 0.36% -
XYZ 3.01 1.76 10.08 -
YUV 34.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 39 22 91 0.57 0.76 0 0.64 254.78 0.61 0.22
Hex 27 16 5B 39 4C 0 40 FF 3D 16
Octal 47 26 133 71 114 0 100 377 75 26
Binary 100111 10110 1011011 111001 1001100 0 1000000 11111111 111101 10110

Color Harmonies of #27165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27165B

Black with #27165B

Text Example


Text Example

White with #27165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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