Html Css Color HEX #2F2750 Paua

📋 copy color: '#2F2750'

red 47 ◦ green 39 ◦ blue 80

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

Shades of Paua #2F2750

Tints of Paua #2F2750

RGB

 RED value IS 47 (18.75% from 255) = 28.31%

 GREEN value IS 39 (15.63% from 255) = 23.49%

 BLUE value IS 80 (31.64% from 255) = 48.19%

R = 28.31%
G = 23.49%
B = 48.19%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F2750 (or 0x2F2750) is known color: Paua. HEX triplet: 2F, 27 and 50. RGB value is (47,39,80). Sum of RGB (Red+Green+Blue) = 47+39+80=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F2750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2750 is #D0D8AF. Grayscale: #2D2D2D. Windows color (decimal): -13686960 or 5252911. OLE color: 5252911.

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

Color convert

RGB 47 39 80 -
CMYK 0.41 0.51 0 0.69
HSL 251.71º 0.34% 0.23% -
HSV(B) 251.71º 0.51% 0.31% -
XYZ 3.35 2.63 7.92 -
YUV 46.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 47 39 80 0.41 0.51 0 0.69 251.71 0.34 0.23
Hex 2F 27 50 29 33 0 45 FC 22 17
Octal 57 47 120 51 63 0 105 374 42 27
Binary 101111 100111 1010000 101001 110011 0 1000101 11111100 100010 10111

Color Harmonies of #2F2750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2750

Black with #2F2750

Text Example


Text Example

White with #2F2750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F2750; }

 p { color: rgb(47,39,80); }

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

background-color css

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

 a { background-color: rgb(47,39,80); }

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

border-color css

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

 span { border-color: rgb(47,39,80); }

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