Html Css Color HEX #301192 Persian Indigo

📋 copy color: '#301192'

red 48 ◦ green 17 ◦ blue 146

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

Shades of Persian Indigo #301192

Tints of Persian Indigo #301192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 69.19%

R = 22.75%
G = 8.06%
B = 69.19%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#301192 (or 0x301192) is known color: Persian Indigo. HEX triplet: 30, 11 and 92. RGB value is (48,17,146). Sum of RGB (Red+Green+Blue) = 48+17+146=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #301192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301192 is #CFEE6D. Grayscale: #282828. Windows color (decimal): -13626990 or 9572656. OLE color: 9572656.

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

Color convert

RGB 48 17 146 -
CMYK 0.67 0.88 0 0.43
HSL 254.42º 0.79% 0.32% -
HSV(B) 254.42º 0.88% 0.57% -
XYZ 6.61 3.1 27.45 -
YUV 40.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 48 17 146 0.67 0.88 0 0.43 254.42 0.79 0.32
Hex 30 11 92 43 58 0 2B FE 4F 20
Octal 60 21 222 103 130 0 53 376 117 40
Binary 110000 10001 10010010 1000011 1011000 0 101011 11111110 1001111 100000

Color Harmonies of #301192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301192

Black with #301192

Text Example


Text Example

White with #301192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301192; }

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

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

background-color css

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

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

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

border-color css

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

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

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