Html Css Color HEX #30316E Deep Koamaru

📋 copy color: '#30316E'

red 48 ◦ green 49 ◦ blue 110

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

Shades of Deep Koamaru #30316E

Tints of Deep Koamaru #30316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.14%

R = 23.19%
G = 23.67%
B = 53.14%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30316E (or 0x30316E) is known color: Deep Koamaru. HEX triplet: 30, 31 and 6E. RGB value is (48,49,110). Sum of RGB (Red+Green+Blue) = 48+49+110=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #30316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30316E is #CFCE91. Grayscale: #373737. Windows color (decimal): -13618834 or 7221552. OLE color: 7221552.

HSL color Cylindrical-coordinate representation of color #30316E: hue angle of 239.03º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30316E is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 49 110 -
CMYK 0.56 0.55 0 0.57
HSL 239.03º 0.39% 0.31% -
HSV(B) 239.03º 0.56% 0.43% -
XYZ 5.13 3.95 15.24 -
YUV 55.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 48 49 110 0.56 0.55 0 0.57 239.03 0.39 0.31
Hex 30 31 6E 38 37 0 39 EF 27 1F
Octal 60 61 156 70 67 0 71 357 47 37
Binary 110000 110001 1101110 111000 110111 0 111001 11101111 100111 11111

Color Harmonies of #30316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30316E

Black with #30316E

Text Example


Text Example

White with #30316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30316E; }

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

 H1.HeaderClassName
 {
   color: #30316E;
 }
 .AnyTagClassName
 {
   color: #30316E;
 }
</style>

background-color css

<style>
 a { background-color: #30316E; }

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

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

border-color css

<style>
 span { border-color: #30316E; }

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

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