Html Css Color HEX #272253 Paua

📋 copy color: '#272253'

red 39 ◦ green 34 ◦ blue 83

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

Shades of Paua #272253

Tints of Paua #272253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.79%

 BLUE value IS 83 (32.81% from 255) = 53.21%

R = 25%
G = 21.79%
B = 53.21%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#272253 (or 0x272253) is known color: Paua. HEX triplet: 27, 22 and 53. RGB value is (39,34,83). Sum of RGB (Red+Green+Blue) = 39+34+83=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #272253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272253 is #D8DDAC. Grayscale: #282828. Windows color (decimal): -14212525 or 5448231. OLE color: 5448231.

HSL color Cylindrical-coordinate representation of color #272253: hue angle of 246.12º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272253 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 34 83 -
CMYK 0.53 0.59 0 0.67
HSL 246.12º 0.42% 0.23% -
HSV(B) 246.12º 0.59% 0.33% -
XYZ 2.97 2.2 8.45 -
YUV 41.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 39 34 83 0.53 0.59 0 0.67 246.12 0.42 0.23
Hex 27 22 53 35 3B 0 43 F6 2A 17
Octal 47 42 123 65 73 0 103 366 52 27
Binary 100111 100010 1010011 110101 111011 0 1000011 11110110 101010 10111

Color Harmonies of #272253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272253

Black with #272253

Text Example


Text Example

White with #272253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272253; }

 p { color: rgb(39,34,83); }

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

background-color css

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

 a { background-color: rgb(39,34,83); }

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

border-color css

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

 span { border-color: rgb(39,34,83); }

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