Html Css Color HEX #30315C Deep Koamaru

📋 copy color: '#30315C'

red 48 ◦ green 49 ◦ blue 92

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

Shades of Deep Koamaru #30315C

Tints of Deep Koamaru #30315C

RGB

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

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

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

R = 25.4%
G = 25.93%
B = 48.68%

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

#30315C (or 0x30315C) is known color: Deep Koamaru. HEX triplet: 30, 31 and 5C. RGB value is (48,49,92). Sum of RGB (Red+Green+Blue) = 48+49+92=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #30315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30315C is #CFCEA3. Grayscale: #353535. Windows color (decimal): -13618852 or 6041904. OLE color: 6041904.

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

Color convert

RGB 48 49 92 -
CMYK 0.48 0.47 0 0.64
HSL 238.64º 0.31% 0.27% -
HSV(B) 238.64º 0.48% 0.36% -
XYZ 4.25 3.6 10.6 -
YUV 53.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 48 49 92 0.48 0.47 0 0.64 238.64 0.31 0.27
Hex 30 31 5C 30 2F 0 40 EF 1F 1B
Octal 60 61 134 60 57 0 100 357 37 33
Binary 110000 110001 1011100 110000 101111 0 1000000 11101111 11111 11011

Color Harmonies of #30315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30315C

Black with #30315C

Text Example


Text Example

White with #30315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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