Html Css Color HEX #21155A Paua

📋 copy color: '#21155A'

red 33 ◦ green 21 ◦ blue 90

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

Shades of Paua #21155A

Tints of Paua #21155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

 BLUE value IS 90 (35.55% from 255) = 62.5%

R = 22.92%
G = 14.58%
B = 62.5%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21155A (or 0x21155A) is known color: Paua. HEX triplet: 21, 15 and 5A. RGB value is (33,21,90). Sum of RGB (Red+Green+Blue) = 33+21+90=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #21155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21155A is #DEEAA5. Grayscale: #202020. Windows color (decimal): -14609062 or 5903649. OLE color: 5903649.

HSL color Cylindrical-coordinate representation of color #21155A: hue angle of 250.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21155A is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 21 90 -
CMYK 0.63 0.77 0 0.65
HSL 250.43º 0.62% 0.22% -
HSV(B) 250.43º 0.77% 0.35% -
XYZ 2.74 1.6 9.84 -
YUV 32.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 33 21 90 0.63 0.77 0 0.65 250.43 0.62 0.22
Hex 21 15 5A 3F 4D 0 41 FA 3E 16
Octal 41 25 132 77 115 0 101 372 76 26
Binary 100001 10101 1011010 111111 1001101 0 1000001 11111010 111110 10110

Color Harmonies of #21155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21155A

Black with #21155A

Text Example


Text Example

White with #21155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21155A; }

 p { color: rgb(33,21,90); }

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

background-color css

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

 a { background-color: rgb(33,21,90); }

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

border-color css

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

 span { border-color: rgb(33,21,90); }

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