Html Css Color HEX #30315F Deep Koamaru

📋 copy color: '#30315F'

red 48 ◦ green 49 ◦ blue 95

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

Shades of Deep Koamaru #30315F

Tints of Deep Koamaru #30315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 49.48%

R = 25%
G = 25.52%
B = 49.48%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30315F (or 0x30315F) is known color: Deep Koamaru. HEX triplet: 30, 31 and 5F. RGB value is (48,49,95). Sum of RGB (Red+Green+Blue) = 48+49+95=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #30315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30315F is #CFCEA0. Grayscale: #353535. Windows color (decimal): -13618849 or 6238512. OLE color: 6238512.

HSL color Cylindrical-coordinate representation of color #30315F: hue angle of 238.72º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30315F is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 49 95 -
CMYK 0.49 0.48 0 0.63
HSL 238.72º 0.33% 0.28% -
HSV(B) 238.72º 0.49% 0.37% -
XYZ 4.38 3.65 11.3 -
YUV 53.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 48 49 95 0.49 0.48 0 0.63 238.72 0.33 0.28
Hex 30 31 5F 31 30 0 3F EF 21 1C
Octal 60 61 137 61 60 0 77 357 41 34
Binary 110000 110001 1011111 110001 110000 0 111111 11101111 100001 11100

Color Harmonies of #30315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30315F

Black with #30315F

Text Example


Text Example

White with #30315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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