Html Css Color HEX #221158 Paua

📋 copy color: '#221158'

red 34 ◦ green 17 ◦ blue 88

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

Shades of Paua #221158

Tints of Paua #221158

RGB

 RED value IS 34 (13.67% from 255) = 24.46%

 GREEN value IS 17 (7.03% from 255) = 12.23%

 BLUE value IS 88 (34.77% from 255) = 63.31%

R = 24.46%
G = 12.23%
B = 63.31%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#221158 (or 0x221158) is known color: Paua. HEX triplet: 22, 11 and 58. RGB value is (34,17,88). Sum of RGB (Red+Green+Blue) = 34+17+88=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #221158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221158 is #DDEEA7. Grayscale: #1D1D1D. Windows color (decimal): -14544552 or 5771554. OLE color: 5771554.

HSL color Cylindrical-coordinate representation of color #221158: hue angle of 254.37º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221158 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 17 88 -
CMYK 0.61 0.81 0 0.65
HSL 254.37º 0.68% 0.21% -
HSV(B) 254.37º 0.81% 0.35% -
XYZ 2.62 1.45 9.37 -
YUV 30.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 34 17 88 0.61 0.81 0 0.65 254.37 0.68 0.21
Hex 22 11 58 3D 51 0 41 FE 44 15
Octal 42 21 130 75 121 0 101 376 104 25
Binary 100010 10001 1011000 111101 1010001 0 1000001 11111110 1000100 10101

Color Harmonies of #221158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221158

Black with #221158

Text Example


Text Example

White with #221158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221158; }

 p { color: rgb(34,17,88); }

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

background-color css

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

 a { background-color: rgb(34,17,88); }

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

border-color css

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

 span { border-color: rgb(34,17,88); }

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