Html Css Color HEX #27215D Paua

📋 copy color: '#27215D'

red 39 ◦ green 33 ◦ blue 93

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

Shades of Paua #27215D

Tints of Paua #27215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.36%

R = 23.64%
G = 20%
B = 56.36%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27215D (or 0x27215D) is known color: Paua. HEX triplet: 27, 21 and 5D. RGB value is (39,33,93). Sum of RGB (Red+Green+Blue) = 39+33+93=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #27215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27215D is #D8DEA2. Grayscale: #292929. Windows color (decimal): -14212771 or 6103335. OLE color: 6103335.

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

Color convert

RGB 39 33 93 -
CMYK 0.58 0.65 0 0.64
HSL 246º 0.48% 0.25% -
HSV(B) 246º 0.65% 0.36% -
XYZ 3.36 2.31 10.62 -
YUV 41.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 39 33 93 0.58 0.65 0 0.64 246 0.48 0.25
Hex 27 21 5D 3A 41 0 40 F6 30 19
Octal 47 41 135 72 101 0 100 366 60 31
Binary 100111 100001 1011101 111010 1000001 0 1000000 11110110 110000 11001

Color Harmonies of #27215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27215D

Black with #27215D

Text Example


Text Example

White with #27215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27215D; }

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

 H1.HeaderClassName
 {
   color: #27215D;
 }
 .AnyTagClassName
 {
   color: #27215D;
 }
</style>

background-color css

<style>
 a { background-color: #27215D; }

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

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

border-color css

<style>
 span { border-color: #27215D; }

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

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