Html Css Color HEX #30315D Deep Koamaru

📋 copy color: '#30315D'

red 48 ◦ green 49 ◦ blue 93

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

Shades of Deep Koamaru #30315D

Tints of Deep Koamaru #30315D

RGB

 RED value IS 48 (19.14% from 255) = 25.26%

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

 BLUE value IS 93 (36.72% from 255) = 48.95%

R = 25.26%
G = 25.79%
B = 48.95%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30315D (or 0x30315D) is known color: Deep Koamaru. HEX triplet: 30, 31 and 5D. RGB value is (48,49,93). Sum of RGB (Red+Green+Blue) = 48+49+93=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #30315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30315D is #CFCEA2. Grayscale: #353535. Windows color (decimal): -13618851 or 6107440. OLE color: 6107440.

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

Color convert

RGB 48 49 93 -
CMYK 0.48 0.47 0 0.64
HSL 238.67º 0.32% 0.28% -
HSV(B) 238.67º 0.48% 0.36% -
XYZ 4.29 3.62 10.83 -
YUV 53.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 48 49 93 0.48 0.47 0 0.64 238.67 0.32 0.28
Hex 30 31 5D 30 2F 0 40 EF 20 1C
Octal 60 61 135 60 57 0 100 357 40 34
Binary 110000 110001 1011101 110000 101111 0 1000000 11101111 100000 11100

Color Harmonies of #30315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30315D

Black with #30315D

Text Example


Text Example

White with #30315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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