Html Css Color HEX #27215B Paua

📋 copy color: '#27215B'

red 39 ◦ green 33 ◦ blue 91

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

Shades of Paua #27215B

Tints of Paua #27215B

RGB

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

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

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

R = 23.93%
G = 20.25%
B = 55.83%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27215B (or 0x27215B) is known color: Paua. HEX triplet: 27, 21 and 5B. RGB value is (39,33,91). Sum of RGB (Red+Green+Blue) = 39+33+91=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #27215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27215B is #D8DEA4. Grayscale: #292929. Windows color (decimal): -14212773 or 5972263. OLE color: 5972263.

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

Color convert

RGB 39 33 91 -
CMYK 0.57 0.64 0 0.64
HSL 246.21º 0.47% 0.24% -
HSV(B) 246.21º 0.64% 0.36% -
XYZ 3.27 2.27 10.16 -
YUV 41.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 39 33 91 0.57 0.64 0 0.64 246.21 0.47 0.24
Hex 27 21 5B 39 40 0 40 F6 2F 18
Octal 47 41 133 71 100 0 100 366 57 30
Binary 100111 100001 1011011 111001 1000000 0 1000000 11110110 101111 11000

Color Harmonies of #27215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27215B

Black with #27215B

Text Example


Text Example

White with #27215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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