Html Css Color HEX #301C99 Persian Indigo

📋 copy color: '#301C99'

red 48 ◦ green 28 ◦ blue 153

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

Shades of Persian Indigo #301C99

Tints of Persian Indigo #301C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.23%

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

R = 20.96%
G = 12.23%
B = 66.81%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#301C99 (or 0x301C99) is known color: Persian Indigo. HEX triplet: 30, 1C and 99. RGB value is (48,28,153). Sum of RGB (Red+Green+Blue) = 48+28+153=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #301C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301C99 is #CFE366. Grayscale: #2F2F2F. Windows color (decimal): -13624167 or 10034224. OLE color: 10034224.

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

Color convert

RGB 48 28 153 -
CMYK 0.69 0.82 0 0.4
HSL 249.6º 0.69% 0.35% -
HSV(B) 249.6º 0.82% 0.6% -
XYZ 7.38 3.76 30.47 -
YUV 48.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 48 28 153 0.69 0.82 0 0.4 249.6 0.69 0.35
Hex 30 1C 99 45 52 0 28 FA 45 23
Octal 60 34 231 105 122 0 50 372 105 43
Binary 110000 11100 10011001 1000101 1010010 0 101000 11111010 1000101 100011

Color Harmonies of #301C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C99

Black with #301C99

Text Example


Text Example

White with #301C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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