Html Css Color HEX #302379 Persian Indigo

📋 copy color: '#302379'

red 48 ◦ green 35 ◦ blue 121

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

Shades of Persian Indigo #302379

Tints of Persian Indigo #302379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

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

R = 23.53%
G = 17.16%
B = 59.31%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#302379 (or 0x302379) is known color: Persian Indigo. HEX triplet: 30, 23 and 79. RGB value is (48,35,121). Sum of RGB (Red+Green+Blue) = 48+35+121=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #302379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302379 is #CFDC86. Grayscale: #303030. Windows color (decimal): -13622407 or 7938864. OLE color: 7938864.

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

Color convert

RGB 48 35 121 -
CMYK 0.60 0.71 0 0.53
HSL 249.07º 0.55% 0.31% -
HSV(B) 249.07º 0.71% 0.47% -
XYZ 5.27 3.21 18.43 -
YUV 48.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 48 35 121 0.60 0.71 0 0.53 249.07 0.55 0.31
Hex 30 23 79 3C 47 0 35 F9 37 1F
Octal 60 43 171 74 107 0 65 371 67 37
Binary 110000 100011 1111001 111100 1000111 0 110101 11111001 110111 11111

Color Harmonies of #302379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302379

Black with #302379

Text Example


Text Example

White with #302379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302379; }

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

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

background-color css

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

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

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

border-color css

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

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

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