Html Css Color HEX #2F2553 Paua

📋 copy color: '#2F2553'

red 47 ◦ green 37 ◦ blue 83

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

Shades of Paua #2F2553

Tints of Paua #2F2553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

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

R = 28.14%
G = 22.16%
B = 49.7%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2F2553 (or 0x2F2553) is known color: Paua. HEX triplet: 2F, 25 and 53. RGB value is (47,37,83). Sum of RGB (Red+Green+Blue) = 47+37+83=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F2553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2553 is #D0DAAC. Grayscale: #2D2D2D. Windows color (decimal): -13687469 or 5449007. OLE color: 5449007.

HSL color Cylindrical-coordinate representation of color #2F2553: hue angle of 253.04º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F2553 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 37 83 -
CMYK 0.43 0.55 0 0.67
HSL 253.04º 0.38% 0.24% -
HSV(B) 253.04º 0.55% 0.33% -
XYZ 3.4 2.55 8.5 -
YUV 45.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 47 37 83 0.43 0.55 0 0.67 253.04 0.38 0.24
Hex 2F 25 53 2B 37 0 43 FD 26 18
Octal 57 45 123 53 67 0 103 375 46 30
Binary 101111 100101 1010011 101011 110111 0 1000011 11111101 100110 11000

Color Harmonies of #2F2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2553

Black with #2F2553

Text Example


Text Example

White with #2F2553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,37,83); }

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

background-color css

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

 a { background-color: rgb(47,37,83); }

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

border-color css

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

 span { border-color: rgb(47,37,83); }

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