Html Css Color HEX #323271 Deep Koamaru

📋 copy color: '#323271'

red 50 ◦ green 50 ◦ blue 113

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

Shades of Deep Koamaru #323271

Tints of Deep Koamaru #323271

RGB

 RED value IS 50 (19.92% from 255) = 23.47%

 GREEN value IS 50 (19.92% from 255) = 23.47%

 BLUE value IS 113 (44.53% from 255) = 53.05%

R = 23.47%
G = 23.47%
B = 53.05%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#323271 (or 0x323271) is known color: Deep Koamaru. HEX triplet: 32, 32 and 71. RGB value is (50,50,113). Sum of RGB (Red+Green+Blue) = 50+50+113=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #323271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323271 is #CDCD8E. Grayscale: #383838. Windows color (decimal): -13487503 or 7418418. OLE color: 7418418.

HSL color Cylindrical-coordinate representation of color #323271: hue angle of 240º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #323271 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 50 113 -
CMYK 0.56 0.56 0 0.56
HSL 240º 0.39% 0.32% -
HSV(B) 240º 0.56% 0.44% -
XYZ 5.44 4.15 16.14 -
YUV 57.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 50 50 113 0.56 0.56 0 0.56 240 0.39 0.32
Hex 32 32 71 38 38 0 38 F0 27 20
Octal 62 62 161 70 70 0 70 360 47 40
Binary 110010 110010 1110001 111000 111000 0 111000 11110000 100111 100000

Color Harmonies of #323271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323271

Black with #323271

Text Example


Text Example

White with #323271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323271; }

 p { color: rgb(50,50,113); }

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

background-color css

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

 a { background-color: rgb(50,50,113); }

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

border-color css

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

 span { border-color: rgb(50,50,113); }

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