Html Css Color HEX #31305B Deep Koamaru

📋 copy color: '#31305B'

red 49 ◦ green 48 ◦ blue 91

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

Shades of Deep Koamaru #31305B

Tints of Deep Koamaru #31305B

RGB

 RED value IS 49 (19.53% from 255) = 26.06%

 GREEN value IS 48 (19.14% from 255) = 25.53%

 BLUE value IS 91 (35.94% from 255) = 48.4%

R = 26.06%
G = 25.53%
B = 48.4%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31305B (or 0x31305B) is known color: Deep Koamaru. HEX triplet: 31, 30 and 5B. RGB value is (49,48,91). Sum of RGB (Red+Green+Blue) = 49+48+91=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #31305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31305B is #CECFA4. Grayscale: #353535. Windows color (decimal): -13553573 or 5976113. OLE color: 5976113.

HSL color Cylindrical-coordinate representation of color #31305B: hue angle of 241.4º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31305B is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 48 91 -
CMYK 0.46 0.47 0 0.64
HSL 241.4º 0.31% 0.27% -
HSV(B) 241.4º 0.47% 0.36% -
XYZ 4.21 3.52 10.36 -
YUV 53.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 49 48 91 0.46 0.47 0 0.64 241.4 0.31 0.27
Hex 31 30 5B 2E 2F 0 40 F1 1F 1B
Octal 61 60 133 56 57 0 100 361 37 33
Binary 110001 110000 1011011 101110 101111 0 1000000 11110001 11111 11011

Color Harmonies of #31305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31305B

Black with #31305B

Text Example


Text Example

White with #31305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31305B; }

 p { color: rgb(49,48,91); }

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

background-color css

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

 a { background-color: rgb(49,48,91); }

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

border-color css

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

 span { border-color: rgb(49,48,91); }

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