Html Css Color HEX #27214F Paua

📋 copy color: '#27214F'

red 39 ◦ green 33 ◦ blue 79

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

Shades of Paua #27214F

Tints of Paua #27214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

 BLUE value IS 79 (31.25% from 255) = 52.32%

R = 25.83%
G = 21.85%
B = 52.32%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#27214F (or 0x27214F) is known color: Paua. HEX triplet: 27, 21 and 4F. RGB value is (39,33,79). Sum of RGB (Red+Green+Blue) = 39+33+79=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #27214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27214F is #D8DEB0. Grayscale: #272727. Windows color (decimal): -14212785 or 5185831. OLE color: 5185831.

HSL color Cylindrical-coordinate representation of color #27214F: hue angle of 247.83º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27214F is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 33 79 -
CMYK 0.51 0.58 0 0.69
HSL 247.83º 0.41% 0.22% -
HSV(B) 247.83º 0.58% 0.31% -
XYZ 2.79 2.08 7.65 -
YUV 40.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 39 33 79 0.51 0.58 0 0.69 247.83 0.41 0.22
Hex 27 21 4F 33 3A 0 45 F8 29 16
Octal 47 41 117 63 72 0 105 370 51 26
Binary 100111 100001 1001111 110011 111010 0 1000101 11111000 101001 10110

Color Harmonies of #27214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27214F

Black with #27214F

Text Example


Text Example

White with #27214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27214F; }

 p { color: rgb(39,33,79); }

 H1.HeaderClassName
 {
   color: #27214F;
 }
 .AnyTagClassName
 {
   color: #27214F;
 }
</style>

background-color css

<style>
 a { background-color: #27214F; }

 a { background-color: rgb(39,33,79); }

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

border-color css

<style>
 span { border-color: #27214F; }

 span { border-color: rgb(39,33,79); }

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