Html Css Color HEX #31335C Deep Koamaru

📋 copy color: '#31335C'

red 49 ◦ green 51 ◦ blue 92

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

Shades of Deep Koamaru #31335C

Tints of Deep Koamaru #31335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

 BLUE value IS 92 (36.33% from 255) = 47.92%

R = 25.52%
G = 26.56%
B = 47.92%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31335C (or 0x31335C) is known color: Deep Koamaru. HEX triplet: 31, 33 and 5C. RGB value is (49,51,92). Sum of RGB (Red+Green+Blue) = 49+51+92=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #31335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31335C is #CECCA3. Grayscale: #363636. Windows color (decimal): -13552804 or 6042417. OLE color: 6042417.

HSL color Cylindrical-coordinate representation of color #31335C: hue angle of 237.21º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31335C is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 51 92 -
CMYK 0.47 0.45 0 0.64
HSL 237.21º 0.3% 0.28% -
HSV(B) 237.21º 0.47% 0.36% -
XYZ 4.38 3.79 10.63 -
YUV 55.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 49 51 92 0.47 0.45 0 0.64 237.21 0.3 0.28
Hex 31 33 5C 2F 2D 0 40 ED 1E 1C
Octal 61 63 134 57 55 0 100 355 36 34
Binary 110001 110011 1011100 101111 101101 0 1000000 11101101 11110 11100

Color Harmonies of #31335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31335C

Black with #31335C

Text Example


Text Example

White with #31335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31335C; }

 p { color: rgb(49,51,92); }

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

background-color css

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

 a { background-color: rgb(49,51,92); }

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

border-color css

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

 span { border-color: rgb(49,51,92); }

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