Html Css Color HEX #300478 Persian Indigo

📋 copy color: '#300478'

red 48 ◦ green 4 ◦ blue 120

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

Shades of Persian Indigo #300478

Tints of Persian Indigo #300478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

 BLUE value IS 120 (47.27% from 255) = 69.77%

R = 27.91%
G = 2.33%
B = 69.77%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#300478 (or 0x300478) is known color: Persian Indigo. HEX triplet: 30, 04 and 78. RGB value is (48,4,120). Sum of RGB (Red+Green+Blue) = 48+4+120=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #300478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300478 is #CFFB87. Grayscale: #1D1D1D. Windows color (decimal): -13630344 or 7865392. OLE color: 7865392.

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

Color convert

RGB 48 4 120 -
CMYK 0.60 0.97 0 0.53
HSL 262.76º 0.94% 0.24% -
HSV(B) 262.76º 0.97% 0.47% -
XYZ 4.65 2.07 17.92 -
YUV 30.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 48 4 120 0.60 0.97 0 0.53 262.76 0.94 0.24
Hex 30 4 78 3C 61 0 35 107 5E 18
Octal 60 4 170 74 141 0 65 407 136 30
Binary 110000 100 1111000 111100 1100001 0 110101 100000111 1011110 11000

Color Harmonies of #300478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300478

Black with #300478

Text Example


Text Example

White with #300478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300478; }

 p { color: rgb(48,4,120); }

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

background-color css

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

 a { background-color: rgb(48,4,120); }

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

border-color css

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

 span { border-color: rgb(48,4,120); }

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