Html Css Color HEX #301F99 Persian Indigo

📋 copy color: '#301F99'

red 48 ◦ green 31 ◦ blue 153

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

Shades of Persian Indigo #301F99

Tints of Persian Indigo #301F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.95%

R = 20.69%
G = 13.36%
B = 65.95%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#301F99 (or 0x301F99) is known color: Persian Indigo. HEX triplet: 30, 1F and 99. RGB value is (48,31,153). Sum of RGB (Red+Green+Blue) = 48+31+153=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #301F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301F99 is #CFE066. Grayscale: #313131. Windows color (decimal): -13623399 or 10034992. OLE color: 10034992.

HSL color Cylindrical-coordinate representation of color #301F99: hue angle of 248.36º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301F99 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 31 153 -
CMYK 0.69 0.80 0 0.4
HSL 248.36º 0.66% 0.36% -
HSV(B) 248.36º 0.8% 0.6% -
XYZ 7.46 3.91 30.5 -
YUV 49.99 186.13 126.58 -
System Red Green Blue C M Y K H S L
Decimal 48 31 153 0.69 0.80 0 0.4 248.36 0.66 0.36
Hex 30 1F 99 45 50 0 28 F8 42 24
Octal 60 37 231 105 120 0 50 370 102 44
Binary 110000 11111 10011001 1000101 1010000 0 101000 11111000 1000010 100100

Color Harmonies of #301F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F99

Black with #301F99

Text Example


Text Example

White with #301F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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