Html Css Color HEX #30315B Deep Koamaru

📋 copy color: '#30315B'

red 48 ◦ green 49 ◦ blue 91

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

Shades of Deep Koamaru #30315B

Tints of Deep Koamaru #30315B

RGB

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

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

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

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

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30315B (or 0x30315B) is known color: Deep Koamaru. HEX triplet: 30, 31 and 5B. RGB value is (48,49,91). Sum of RGB (Red+Green+Blue) = 48+49+91=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 49 (19.53% from 255 or 26.06% 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 #30315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30315B is #CFCEA4. Grayscale: #353535. Windows color (decimal): -13618853 or 5976368. OLE color: 5976368.

HSL color Cylindrical-coordinate representation of color #30315B: hue angle of 238.6º 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 #30315B is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 49 91 -
CMYK 0.47 0.46 0 0.64
HSL 238.6º 0.31% 0.27% -
HSV(B) 238.6º 0.47% 0.36% -
XYZ 4.21 3.58 10.37 -
YUV 53.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 48 49 91 0.47 0.46 0 0.64 238.6 0.31 0.27
Hex 30 31 5B 2F 2E 0 40 EF 1F 1B
Octal 60 61 133 57 56 0 100 357 37 33
Binary 110000 110001 1011011 101111 101110 0 1000000 11101111 11111 11011

Color Harmonies of #30315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30315B

Black with #30315B

Text Example


Text Example

White with #30315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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