Html Css Color HEX #301390 Persian Indigo

📋 copy color: '#301390'

red 48 ◦ green 19 ◦ blue 144

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

Shades of Persian Indigo #301390

Tints of Persian Indigo #301390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 68.25%

R = 22.75%
G = 9%
B = 68.25%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#301390 (or 0x301390) is known color: Persian Indigo. HEX triplet: 30, 13 and 90. RGB value is (48,19,144). Sum of RGB (Red+Green+Blue) = 48+19+144=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #301390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301390 is #CFEC6F. Grayscale: #292929. Windows color (decimal): -13626480 or 9442096. OLE color: 9442096.

HSL color Cylindrical-coordinate representation of color #301390: hue angle of 253.92º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301390 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 19 144 -
CMYK 0.67 0.87 0 0.44
HSL 253.92º 0.77% 0.32% -
HSV(B) 253.92º 0.87% 0.56% -
XYZ 6.49 3.11 26.64 -
YUV 41.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 48 19 144 0.67 0.87 0 0.44 253.92 0.77 0.32
Hex 30 13 90 43 57 0 2C FE 4D 20
Octal 60 23 220 103 127 0 54 376 115 40
Binary 110000 10011 10010000 1000011 1010111 0 101100 11111110 1001101 100000

Color Harmonies of #301390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301390

Black with #301390

Text Example


Text Example

White with #301390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301390; }

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

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

background-color css

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

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

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

border-color css

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

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

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