Html Css Color HEX #201F52 Paua

📋 copy color: '#201F52'

red 32 ◦ green 31 ◦ blue 82

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

Shades of Paua #201F52

Tints of Paua #201F52

RGB

 RED value IS 32 (12.89% from 255) = 22.07%

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

 BLUE value IS 82 (32.42% from 255) = 56.55%

R = 22.07%
G = 21.38%
B = 56.55%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#201F52 (or 0x201F52) is known color: Paua. HEX triplet: 20, 1F and 52. RGB value is (32,31,82). Sum of RGB (Red+Green+Blue) = 32+31+82=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #201F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F52 is #DFE0AD. Grayscale: #242424. Windows color (decimal): -14672046 or 5381920. OLE color: 5381920.

HSL color Cylindrical-coordinate representation of color #201F52: hue angle of 241.18º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #201F52 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 31 82 -
CMYK 0.61 0.62 0 0.68
HSL 241.18º 0.45% 0.22% -
HSV(B) 241.18º 0.62% 0.32% -
XYZ 2.61 1.9 8.21 -
YUV 37.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 32 31 82 0.61 0.62 0 0.68 241.18 0.45 0.22
Hex 20 1F 52 3D 3E 0 44 F1 2D 16
Octal 40 37 122 75 76 0 104 361 55 26
Binary 100000 11111 1010010 111101 111110 0 1000100 11110001 101101 10110

Color Harmonies of #201F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F52

Black with #201F52

Text Example


Text Example

White with #201F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201F52; }

 p { color: rgb(32,31,82); }

 H1.HeaderClassName
 {
   color: #201F52;
 }
 .AnyTagClassName
 {
   color: #201F52;
 }
</style>

background-color css

<style>
 a { background-color: #201F52; }

 a { background-color: rgb(32,31,82); }

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

border-color css

<style>
 span { border-color: #201F52; }

 span { border-color: rgb(32,31,82); }

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