Html Css Color HEX #301F78 Persian Indigo

📋 copy color: '#301F78'

red 48 ◦ green 31 ◦ blue 120

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

Shades of Persian Indigo #301F78

Tints of Persian Indigo #301F78

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.58%

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

R = 24.12%
G = 15.58%
B = 60.3%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301F78 (or 0x301F78) is known color: Persian Indigo. HEX triplet: 30, 1F and 78. RGB value is (48,31,120). Sum of RGB (Red+Green+Blue) = 48+31+120=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #301F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F78 is #CFE087. Grayscale: #2D2D2D. Windows color (decimal): -13623432 or 7872304. OLE color: 7872304.

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

Color convert

RGB 48 31 120 -
CMYK 0.60 0.74 0 0.53
HSL 251.46º 0.59% 0.3% -
HSV(B) 251.46º 0.74% 0.47% -
XYZ 5.1 2.96 18.07 -
YUV 46.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 48 31 120 0.60 0.74 0 0.53 251.46 0.59 0.3
Hex 30 1F 78 3C 4A 0 35 FB 3B 1E
Octal 60 37 170 74 112 0 65 373 73 36
Binary 110000 11111 1111000 111100 1001010 0 110101 11111011 111011 11110

Color Harmonies of #301F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F78

Black with #301F78

Text Example


Text Example

White with #301F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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