Html Css Color HEX #211056 Paua

📋 copy color: '#211056'

red 33 ◦ green 16 ◦ blue 86

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

Shades of Paua #211056

Tints of Paua #211056

RGB

 RED value IS 33 (13.28% from 255) = 24.44%

 GREEN value IS 16 (6.64% from 255) = 11.85%

 BLUE value IS 86 (33.98% from 255) = 63.7%

R = 24.44%
G = 11.85%
B = 63.7%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#211056 (or 0x211056) is known color: Paua. HEX triplet: 21, 10 and 56. RGB value is (33,16,86). Sum of RGB (Red+Green+Blue) = 33+16+86=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #211056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211056 is #DEEFA9. Grayscale: #1C1C1C. Windows color (decimal): -14610346 or 5640225. OLE color: 5640225.

HSL color Cylindrical-coordinate representation of color #211056: hue angle of 254.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211056 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 16 86 -
CMYK 0.62 0.81 0 0.66
HSL 254.57º 0.69% 0.2% -
HSV(B) 254.57º 0.81% 0.34% -
XYZ 2.49 1.37 8.94 -
YUV 29.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 33 16 86 0.62 0.81 0 0.66 254.57 0.69 0.2
Hex 21 10 56 3E 51 0 42 FF 45 14
Octal 41 20 126 76 121 0 102 377 105 24
Binary 100001 10000 1010110 111110 1010001 0 1000010 11111111 1000101 10100

Color Harmonies of #211056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211056

Black with #211056

Text Example


Text Example

White with #211056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211056; }

 p { color: rgb(33,16,86); }

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

background-color css

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

 a { background-color: rgb(33,16,86); }

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

border-color css

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

 span { border-color: rgb(33,16,86); }

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