Html Css Color HEX #301F77 Persian Indigo

📋 copy color: '#301F77'

red 48 ◦ green 31 ◦ blue 119

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

Shades of Persian Indigo #301F77

Tints of Persian Indigo #301F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 60.1%

R = 24.24%
G = 15.66%
B = 60.1%

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

#301F77 (or 0x301F77) is known color: Persian Indigo. HEX triplet: 30, 1F and 77. RGB value is (48,31,119). Sum of RGB (Red+Green+Blue) = 48+31+119=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #301F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F77 is #CFE088. Grayscale: #2D2D2D. Windows color (decimal): -13623433 or 7806768. OLE color: 7806768.

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

Color convert

RGB 48 31 119 -
CMYK 0.60 0.74 0 0.53
HSL 251.59º 0.59% 0.29% -
HSV(B) 251.59º 0.74% 0.47% -
XYZ 5.04 2.94 17.75 -
YUV 46.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 48 31 119 0.60 0.74 0 0.53 251.59 0.59 0.29
Hex 30 1F 77 3C 4A 0 35 FC 3B 1D
Octal 60 37 167 74 112 0 65 374 73 35
Binary 110000 11111 1110111 111100 1001010 0 110101 11111100 111011 11101

Color Harmonies of #301F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F77

Black with #301F77

Text Example


Text Example

White with #301F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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