Html Css Color HEX #2B1F53 Paua

📋 copy color: '#2B1F53'

red 43 ◦ green 31 ◦ blue 83

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

Shades of Paua #2B1F53

Tints of Paua #2B1F53

RGB

 RED value IS 43 (17.19% from 255) = 27.39%

 GREEN value IS 31 (12.5% from 255) = 19.75%

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

R = 27.39%
G = 19.75%
B = 52.87%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B1F53 (or 0x2B1F53) is known color: Paua. HEX triplet: 2B, 1F and 53. RGB value is (43,31,83). Sum of RGB (Red+Green+Blue) = 43+31+83=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B1F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1F53 is #D4E0AC. Grayscale: #282828. Windows color (decimal): -13951149 or 5447467. OLE color: 5447467.

HSL color Cylindrical-coordinate representation of color #2B1F53: hue angle of 253.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B1F53 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 31 83 -
CMYK 0.48 0.63 0 0.67
HSL 253.85º 0.46% 0.22% -
HSV(B) 253.85º 0.63% 0.33% -
XYZ 3.05 2.12 8.43 -
YUV 40.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 43 31 83 0.48 0.63 0 0.67 253.85 0.46 0.22
Hex 2B 1F 53 30 3F 0 43 FE 2E 16
Octal 53 37 123 60 77 0 103 376 56 26
Binary 101011 11111 1010011 110000 111111 0 1000011 11111110 101110 10110

Color Harmonies of #2B1F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1F53

Black with #2B1F53

Text Example


Text Example

White with #2B1F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,31,83); }

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

background-color css

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

 a { background-color: rgb(43,31,83); }

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

border-color css

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

 span { border-color: rgb(43,31,83); }

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