Html Css Color HEX #301778 Persian Indigo

📋 copy color: '#301778'

red 48 ◦ green 23 ◦ blue 120

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

Shades of Persian Indigo #301778

Tints of Persian Indigo #301778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

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

R = 25.13%
G = 12.04%
B = 62.83%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301778 (or 0x301778) is known color: Persian Indigo. HEX triplet: 30, 17 and 78. RGB value is (48,23,120). Sum of RGB (Red+Green+Blue) = 48+23+120=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #301778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301778 is #CFE887. Grayscale: #292929. Windows color (decimal): -13625480 or 7870256. OLE color: 7870256.

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

Color convert

RGB 48 23 120 -
CMYK 0.60 0.81 0 0.53
HSL 255.46º 0.68% 0.28% -
HSV(B) 255.46º 0.81% 0.47% -
XYZ 4.92 2.6 18.01 -
YUV 41.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 48 23 120 0.60 0.81 0 0.53 255.46 0.68 0.28
Hex 30 17 78 3C 51 0 35 FF 44 1C
Octal 60 27 170 74 121 0 65 377 104 34
Binary 110000 10111 1111000 111100 1010001 0 110101 11111111 1000100 11100

Color Harmonies of #301778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301778

Black with #301778

Text Example


Text Example

White with #301778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301778; }

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

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

background-color css

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

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

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

border-color css

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

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

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