Html Css Color HEX #21135B Paua

📋 copy color: '#21135B'

red 33 ◦ green 19 ◦ blue 91

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

Shades of Paua #21135B

Tints of Paua #21135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

 BLUE value IS 91 (35.94% from 255) = 63.64%

R = 23.08%
G = 13.29%
B = 63.64%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21135B (or 0x21135B) is known color: Paua. HEX triplet: 21, 13 and 5B. RGB value is (33,19,91). Sum of RGB (Red+Green+Blue) = 33+19+91=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #21135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21135B is #DEECA4. Grayscale: #1F1F1F. Windows color (decimal): -14609573 or 5968673. OLE color: 5968673.

HSL color Cylindrical-coordinate representation of color #21135B: hue angle of 251.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21135B is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 19 91 -
CMYK 0.64 0.79 0 0.64
HSL 251.67º 0.65% 0.22% -
HSV(B) 251.67º 0.79% 0.36% -
XYZ 2.75 1.54 10.05 -
YUV 31.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 33 19 91 0.64 0.79 0 0.64 251.67 0.65 0.22
Hex 21 13 5B 40 4F 0 40 FC 41 16
Octal 41 23 133 100 117 0 100 374 101 26
Binary 100001 10011 1011011 1000000 1001111 0 1000000 11111100 1000001 10110

Color Harmonies of #21135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21135B

Black with #21135B

Text Example


Text Example

White with #21135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21135B; }

 p { color: rgb(33,19,91); }

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

background-color css

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

 a { background-color: rgb(33,19,91); }

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

border-color css

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

 span { border-color: rgb(33,19,91); }

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