Html Css Color HEX #301490 Persian Indigo

📋 copy color: '#301490'

red 48 ◦ green 20 ◦ blue 144

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

Shades of Persian Indigo #301490

Tints of Persian Indigo #301490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.43%

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

R = 22.64%
G = 9.43%
B = 67.92%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#301490 (or 0x301490) is known color: Persian Indigo. HEX triplet: 30, 14 and 90. RGB value is (48,20,144). Sum of RGB (Red+Green+Blue) = 48+20+144=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #301490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301490 is #CFEB6F. Grayscale: #2A2A2A. Windows color (decimal): -13626224 or 9442352. OLE color: 9442352.

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

Color convert

RGB 48 20 144 -
CMYK 0.67 0.86 0 0.44
HSL 253.55º 0.76% 0.32% -
HSV(B) 253.55º 0.86% 0.56% -
XYZ 6.5 3.14 26.65 -
YUV 42.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 48 20 144 0.67 0.86 0 0.44 253.55 0.76 0.32
Hex 30 14 90 43 56 0 2C FE 4C 20
Octal 60 24 220 103 126 0 54 376 114 40
Binary 110000 10100 10010000 1000011 1010110 0 101100 11111110 1001100 100000

Color Harmonies of #301490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301490

Black with #301490

Text Example


Text Example

White with #301490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301490; }

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

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

background-color css

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

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

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

border-color css

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

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

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