Html Css Color HEX #302979 Deep Koamaru

📋 copy color: '#302979'

red 48 ◦ green 41 ◦ blue 121

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

Shades of Deep Koamaru #302979

Tints of Deep Koamaru #302979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

 BLUE value IS 121 (47.66% from 255) = 57.62%

R = 22.86%
G = 19.52%
B = 57.62%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#302979 (or 0x302979) is known color: Deep Koamaru. HEX triplet: 30, 29 and 79. RGB value is (48,41,121). Sum of RGB (Red+Green+Blue) = 48+41+121=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #302979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302979 is #CFD686. Grayscale: #333333. Windows color (decimal): -13620871 or 7940400. OLE color: 7940400.

HSL color Cylindrical-coordinate representation of color #302979: hue angle of 245.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302979 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 41 121 -
CMYK 0.60 0.66 0 0.53
HSL 245.25º 0.49% 0.32% -
HSV(B) 245.25º 0.66% 0.47% -
XYZ 5.46 3.59 18.5 -
YUV 52.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 48 41 121 0.60 0.66 0 0.53 245.25 0.49 0.32
Hex 30 29 79 3C 42 0 35 F5 31 20
Octal 60 51 171 74 102 0 65 365 61 40
Binary 110000 101001 1111001 111100 1000010 0 110101 11110101 110001 100000

Color Harmonies of #302979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302979

Black with #302979

Text Example


Text Example

White with #302979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302979; }

 p { color: rgb(48,41,121); }

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

background-color css

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

 a { background-color: rgb(48,41,121); }

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

border-color css

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

 span { border-color: rgb(48,41,121); }

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