Html Css Color HEX #301194 Persian Indigo

📋 copy color: '#301194'

red 48 ◦ green 17 ◦ blue 148

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

Shades of Persian Indigo #301194

Tints of Persian Indigo #301194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 69.48%

R = 22.54%
G = 7.98%
B = 69.48%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301194 (or 0x301194) is known color: Persian Indigo. HEX triplet: 30, 11 and 94. RGB value is (48,17,148). Sum of RGB (Red+Green+Blue) = 48+17+148=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 148 (58.20% from 255 or 69.48% from 213); Max value from RGB is 148 - color contains mainly: blue. Hex color #301194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301194 is #CFEE6B. Grayscale: #282828. Windows color (decimal): -13626988 or 9703728. OLE color: 9703728.

HSL color Cylindrical-coordinate representation of color #301194: hue angle of 254.2º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301194 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 17 148 -
CMYK 0.68 0.89 0 0.42
HSL 254.2º 0.79% 0.32% -
HSV(B) 254.2º 0.89% 0.58% -
XYZ 6.76 3.17 28.27 -
YUV 41.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 48 17 148 0.68 0.89 0 0.42 254.2 0.79 0.32
Hex 30 11 94 44 59 0 2A FE 4F 20
Octal 60 21 224 104 131 0 52 376 117 40
Binary 110000 10001 10010100 1000100 1011001 0 101010 11111110 1001111 100000

Color Harmonies of #301194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301194

Black with #301194

Text Example


Text Example

White with #301194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301194; }

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

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

background-color css

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

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

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

border-color css

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

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

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