Html Css Color HEX #301D78 Persian Indigo

📋 copy color: '#301D78'

red 48 ◦ green 29 ◦ blue 120

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

Shades of Persian Indigo #301D78

Tints of Persian Indigo #301D78

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.72%

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

R = 24.37%
G = 14.72%
B = 60.91%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301D78 (or 0x301D78) is known color: Persian Indigo. HEX triplet: 30, 1D and 78. RGB value is (48,29,120). Sum of RGB (Red+Green+Blue) = 48+29+120=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #301D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301D78 is #CFE287. Grayscale: #2C2C2C. Windows color (decimal): -13623944 or 7871792. OLE color: 7871792.

HSL color Cylindrical-coordinate representation of color #301D78: hue angle of 252.53º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #301D78 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 29 120 -
CMYK 0.60 0.76 0 0.53
HSL 252.53º 0.61% 0.29% -
HSV(B) 252.53º 0.76% 0.47% -
XYZ 5.05 2.86 18.06 -
YUV 45.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 48 29 120 0.60 0.76 0 0.53 252.53 0.61 0.29
Hex 30 1D 78 3C 4C 0 35 FD 3D 1D
Octal 60 35 170 74 114 0 65 375 75 35
Binary 110000 11101 1111000 111100 1001100 0 110101 11111101 111101 11101

Color Harmonies of #301D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D78

Black with #301D78

Text Example


Text Example

White with #301D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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