Html Css Color HEX #2F2855 Paua

📋 copy color: '#2F2855'

red 47 ◦ green 40 ◦ blue 85

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

Shades of Paua #2F2855

Tints of Paua #2F2855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.26%

 BLUE value IS 85 (33.59% from 255) = 49.42%

R = 27.33%
G = 23.26%
B = 49.42%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2F2855 (or 0x2F2855) is known color: Paua. HEX triplet: 2F, 28 and 55. RGB value is (47,40,85). Sum of RGB (Red+Green+Blue) = 47+40+85=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #2F2855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2855 is #D0D7AA. Grayscale: #2F2F2F. Windows color (decimal): -13686699 or 5580847. OLE color: 5580847.

HSL color Cylindrical-coordinate representation of color #2F2855: hue angle of 249.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F2855 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 40 85 -
CMYK 0.45 0.53 0 0.67
HSL 249.33º 0.36% 0.25% -
HSV(B) 249.33º 0.53% 0.33% -
XYZ 3.57 2.78 8.94 -
YUV 47.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 47 40 85 0.45 0.53 0 0.67 249.33 0.36 0.25
Hex 2F 28 55 2D 35 0 43 F9 24 19
Octal 57 50 125 55 65 0 103 371 44 31
Binary 101111 101000 1010101 101101 110101 0 1000011 11111001 100100 11001

Color Harmonies of #2F2855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2855

Black with #2F2855

Text Example


Text Example

White with #2F2855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,40,85); }

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

background-color css

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

 a { background-color: rgb(47,40,85); }

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

border-color css

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

 span { border-color: rgb(47,40,85); }

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