Html Css Color HEX #323161 Deep Koamaru

📋 copy color: '#323161'

red 50 ◦ green 49 ◦ blue 97

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

Shades of Deep Koamaru #323161

Tints of Deep Koamaru #323161

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25%

 BLUE value IS 97 (38.28% from 255) = 49.49%

R = 25.51%
G = 25%
B = 49.49%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#323161 (or 0x323161) is known color: Deep Koamaru. HEX triplet: 32, 31 and 61. RGB value is (50,49,97). Sum of RGB (Red+Green+Blue) = 50+49+97=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #323161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323161 is #CDCE9E. Grayscale: #363636. Windows color (decimal): -13487775 or 6369586. OLE color: 6369586.

HSL color Cylindrical-coordinate representation of color #323161: hue angle of 241.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #323161 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 49 97 -
CMYK 0.48 0.49 0 0.62
HSL 241.25º 0.33% 0.29% -
HSV(B) 241.25º 0.49% 0.38% -
XYZ 4.57 3.74 11.79 -
YUV 54.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 50 49 97 0.48 0.49 0 0.62 241.25 0.33 0.29
Hex 32 31 61 30 31 0 3E F1 21 1D
Octal 62 61 141 60 61 0 76 361 41 35
Binary 110010 110001 1100001 110000 110001 0 111110 11110001 100001 11101

Color Harmonies of #323161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323161

Black with #323161

Text Example


Text Example

White with #323161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323161; }

 p { color: rgb(50,49,97); }

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

background-color css

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

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

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

border-color css

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

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

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