Html Css Color HEX #301399 Persian Indigo

📋 copy color: '#301399'

red 48 ◦ green 19 ◦ blue 153

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

Shades of Persian Indigo #301399

Tints of Persian Indigo #301399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

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

R = 21.82%
G = 8.64%
B = 69.55%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#301399 (or 0x301399) is known color: Persian Indigo. HEX triplet: 30, 13 and 99. RGB value is (48,19,153). Sum of RGB (Red+Green+Blue) = 48+19+153=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #301399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301399 is #CFEC66. Grayscale: #2A2A2A. Windows color (decimal): -13626471 or 10031920. OLE color: 10031920.

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

Color convert

RGB 48 19 153 -
CMYK 0.69 0.88 0 0.4
HSL 252.99º 0.78% 0.34% -
HSV(B) 252.99º 0.88% 0.6% -
XYZ 7.2 3.39 30.41 -
YUV 42.95 190.11 131.6 -
System Red Green Blue C M Y K H S L
Decimal 48 19 153 0.69 0.88 0 0.4 252.99 0.78 0.34
Hex 30 13 99 45 58 0 28 FD 4E 22
Octal 60 23 231 105 130 0 50 375 116 42
Binary 110000 10011 10011001 1000101 1011000 0 101000 11111101 1001110 100010

Color Harmonies of #301399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301399

Black with #301399

Text Example


Text Example

White with #301399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301399; }

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

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

background-color css

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

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

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

border-color css

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

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

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