Html Css Color HEX #301D99 Persian Indigo

📋 copy color: '#301D99'

red 48 ◦ green 29 ◦ blue 153

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

Shades of Persian Indigo #301D99

Tints of Persian Indigo #301D99

RGB

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

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

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

R = 20.87%
G = 12.61%
B = 66.52%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#301D99 (or 0x301D99) is known color: Persian Indigo. HEX triplet: 30, 1D and 99. RGB value is (48,29,153). Sum of RGB (Red+Green+Blue) = 48+29+153=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #301D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301D99 is #CFE266. Grayscale: #303030. Windows color (decimal): -13623911 or 10034480. OLE color: 10034480.

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

Color convert

RGB 48 29 153 -
CMYK 0.69 0.81 0 0.4
HSL 249.19º 0.68% 0.36% -
HSV(B) 249.19º 0.81% 0.6% -
XYZ 7.41 3.81 30.48 -
YUV 48.82 186.79 127.42 -
System Red Green Blue C M Y K H S L
Decimal 48 29 153 0.69 0.81 0 0.4 249.19 0.68 0.36
Hex 30 1D 99 45 51 0 28 F9 44 24
Octal 60 35 231 105 121 0 50 371 104 44
Binary 110000 11101 10011001 1000101 1010001 0 101000 11111001 1000100 100100

Color Harmonies of #301D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D99

Black with #301D99

Text Example


Text Example

White with #301D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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