Html Css Color HEX #301F94 Persian Indigo

📋 copy color: '#301F94'

red 48 ◦ green 31 ◦ blue 148

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

Shades of Persian Indigo #301F94

Tints of Persian Indigo #301F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.2%

R = 21.15%
G = 13.66%
B = 65.2%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301F94 (or 0x301F94) is known color: Persian Indigo. HEX triplet: 30, 1F and 94. RGB value is (48,31,148). Sum of RGB (Red+Green+Blue) = 48+31+148=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #301F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301F94 is #CFE06B. Grayscale: #303030. Windows color (decimal): -13623404 or 9707312. OLE color: 9707312.

HSL color Cylindrical-coordinate representation of color #301F94: hue angle of 248.72º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301F94 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 31 148 -
CMYK 0.68 0.79 0 0.42
HSL 248.72º 0.65% 0.35% -
HSV(B) 248.72º 0.79% 0.58% -
XYZ 7.05 3.75 28.37 -
YUV 49.42 183.63 126.99 -
System Red Green Blue C M Y K H S L
Decimal 48 31 148 0.68 0.79 0 0.42 248.72 0.65 0.35
Hex 30 1F 94 44 4F 0 2A F9 41 23
Octal 60 37 224 104 117 0 52 371 101 43
Binary 110000 11111 10010100 1000100 1001111 0 101010 11111001 1000001 100011

Color Harmonies of #301F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F94

Black with #301F94

Text Example


Text Example

White with #301F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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