Html Css Color HEX #323175 Deep Koamaru

📋 copy color: '#323175'

red 50 ◦ green 49 ◦ blue 117

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

Shades of Deep Koamaru #323175

Tints of Deep Koamaru #323175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.17%

R = 23.15%
G = 22.69%
B = 54.17%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#323175 (or 0x323175) is known color: Deep Koamaru. HEX triplet: 32, 31 and 75. RGB value is (50,49,117). Sum of RGB (Red+Green+Blue) = 50+49+117=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #323175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323175 is #CDCE8A. Grayscale: #383838. Windows color (decimal): -13487755 or 7680306. OLE color: 7680306.

HSL color Cylindrical-coordinate representation of color #323175: hue angle of 240.88º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323175 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 49 117 -
CMYK 0.57 0.58 0 0.54
HSL 240.88º 0.41% 0.33% -
HSV(B) 240.88º 0.58% 0.46% -
XYZ 5.62 4.16 17.34 -
YUV 57.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 50 49 117 0.57 0.58 0 0.54 240.88 0.41 0.33
Hex 32 31 75 39 3A 0 36 F1 29 21
Octal 62 61 165 71 72 0 66 361 51 41
Binary 110010 110001 1110101 111001 111010 0 110110 11110001 101001 100001

Color Harmonies of #323175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323175

Black with #323175

Text Example


Text Example

White with #323175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323175; }

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

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

background-color css

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

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

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

border-color css

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

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

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