Html Css Color HEX #2A1F53 Paua

📋 copy color: '#2A1F53'

red 42 ◦ green 31 ◦ blue 83

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

Shades of Paua #2A1F53

Tints of Paua #2A1F53

RGB

 RED value IS 42 (16.8% from 255) = 26.92%

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

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

R = 26.92%
G = 19.87%
B = 53.21%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2A1F53 (or 0x2A1F53) is known color: Paua. HEX triplet: 2A, 1F and 53. RGB value is (42,31,83). Sum of RGB (Red+Green+Blue) = 42+31+83=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A1F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1F53 is #D5E0AC. Grayscale: #282828. Windows color (decimal): -14016685 or 5447466. OLE color: 5447466.

HSL color Cylindrical-coordinate representation of color #2A1F53: hue angle of 252.69º 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 #2A1F53 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 42 31 83 -
CMYK 0.49 0.63 0 0.67
HSL 252.69º 0.46% 0.22% -
HSV(B) 252.69º 0.63% 0.33% -
XYZ 3.01 2.1 8.43 -
YUV 40.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 42 31 83 0.49 0.63 0 0.67 252.69 0.46 0.22
Hex 2A 1F 53 31 3F 0 43 FD 2E 16
Octal 52 37 123 61 77 0 103 375 56 26
Binary 101010 11111 1010011 110001 111111 0 1000011 11111101 101110 10110

Color Harmonies of #2A1F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1F53

Black with #2A1F53

Text Example


Text Example

White with #2A1F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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