Html Css Color HEX #332879 Deep Koamaru

📋 copy color: '#332879'

red 51 ◦ green 40 ◦ blue 121

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

Shades of Deep Koamaru #332879

Tints of Deep Koamaru #332879

RGB

 RED value IS 51 (20.31% from 255) = 24.06%

 GREEN value IS 40 (16.02% from 255) = 18.87%

 BLUE value IS 121 (47.66% from 255) = 57.08%

R = 24.06%
G = 18.87%
B = 57.08%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#332879 (or 0x332879) is known color: Deep Koamaru. HEX triplet: 33, 28 and 79. RGB value is (51,40,121). Sum of RGB (Red+Green+Blue) = 51+40+121=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #332879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332879 is #CCD786. Grayscale: #343434. Windows color (decimal): -13424519 or 7940147. OLE color: 7940147.

HSL color Cylindrical-coordinate representation of color #332879: hue angle of 248.15º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332879 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 40 121 -
CMYK 0.58 0.67 0 0.53
HSL 248.15º 0.5% 0.32% -
HSV(B) 248.15º 0.67% 0.47% -
XYZ 5.58 3.6 18.49 -
YUV 52.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 51 40 121 0.58 0.67 0 0.53 248.15 0.5 0.32
Hex 33 28 79 3A 43 0 35 F8 32 20
Octal 63 50 171 72 103 0 65 370 62 40
Binary 110011 101000 1111001 111010 1000011 0 110101 11111000 110010 100000

Color Harmonies of #332879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332879

Black with #332879

Text Example


Text Example

White with #332879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332879; }

 p { color: rgb(51,40,121); }

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

background-color css

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

 a { background-color: rgb(51,40,121); }

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

border-color css

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

 span { border-color: rgb(51,40,121); }

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