Html Css Color HEX #272153 Paua

📋 copy color: '#272153'

red 39 ◦ green 33 ◦ blue 83

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

Shades of Paua #272153

Tints of Paua #272153

RGB

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

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

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

R = 25.16%
G = 21.29%
B = 53.55%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#272153 (or 0x272153) is known color: Paua. HEX triplet: 27, 21 and 53. RGB value is (39,33,83). Sum of RGB (Red+Green+Blue) = 39+33+83=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #272153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272153 is #D8DEAC. Grayscale: #282828. Windows color (decimal): -14212781 or 5447975. OLE color: 5447975.

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

Color convert

RGB 39 33 83 -
CMYK 0.53 0.60 0 0.67
HSL 247.2º 0.43% 0.23% -
HSV(B) 247.2º 0.6% 0.33% -
XYZ 2.94 2.14 8.44 -
YUV 40.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 39 33 83 0.53 0.60 0 0.67 247.2 0.43 0.23
Hex 27 21 53 35 3C 0 43 F7 2B 17
Octal 47 41 123 65 74 0 103 367 53 27
Binary 100111 100001 1010011 110101 111100 0 1000011 11110111 101011 10111

Color Harmonies of #272153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272153

Black with #272153

Text Example


Text Example

White with #272153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272153; }

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

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

background-color css

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

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

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

border-color css

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

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

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