Html Css Color HEX #301190 Persian Indigo

📋 copy color: '#301190'

red 48 ◦ green 17 ◦ blue 144

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

Shades of Persian Indigo #301190

Tints of Persian Indigo #301190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

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

R = 22.97%
G = 8.13%
B = 68.9%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#301190 (or 0x301190) is known color: Persian Indigo. HEX triplet: 30, 11 and 90. RGB value is (48,17,144). Sum of RGB (Red+Green+Blue) = 48+17+144=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #301190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301190 is #CFEE6F. Grayscale: #282828. Windows color (decimal): -13626992 or 9441584. OLE color: 9441584.

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

Color convert

RGB 48 17 144 -
CMYK 0.67 0.88 0 0.44
HSL 254.65º 0.79% 0.32% -
HSV(B) 254.65º 0.88% 0.56% -
XYZ 6.45 3.04 26.63 -
YUV 40.75 186.27 133.17 -
System Red Green Blue C M Y K H S L
Decimal 48 17 144 0.67 0.88 0 0.44 254.65 0.79 0.32
Hex 30 11 90 43 58 0 2C FF 4F 20
Octal 60 21 220 103 130 0 54 377 117 40
Binary 110000 10001 10010000 1000011 1011000 0 101100 11111111 1001111 100000

Color Harmonies of #301190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301190

Black with #301190

Text Example


Text Example

White with #301190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301190; }

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

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

background-color css

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

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

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

border-color css

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

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

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