Html Css Color HEX #27205B Paua

📋 copy color: '#27205B'

red 39 ◦ green 32 ◦ blue 91

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

Shades of Paua #27205B

Tints of Paua #27205B

RGB

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

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

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

R = 24.07%
G = 19.75%
B = 56.17%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27205B (or 0x27205B) is known color: Paua. HEX triplet: 27, 20 and 5B. RGB value is (39,32,91). Sum of RGB (Red+Green+Blue) = 39+32+91=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #27205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27205B is #D8DFA4. Grayscale: #282828. Windows color (decimal): -14213029 or 5972007. OLE color: 5972007.

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

Color convert

RGB 39 32 91 -
CMYK 0.57 0.65 0 0.64
HSL 247.12º 0.48% 0.24% -
HSV(B) 247.12º 0.65% 0.36% -
XYZ 3.24 2.22 10.16 -
YUV 40.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 39 32 91 0.57 0.65 0 0.64 247.12 0.48 0.24
Hex 27 20 5B 39 41 0 40 F7 30 18
Octal 47 40 133 71 101 0 100 367 60 30
Binary 100111 100000 1011011 111001 1000001 0 1000000 11110111 110000 11000

Color Harmonies of #27205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27205B

Black with #27205B

Text Example


Text Example

White with #27205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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