Html Css Color HEX #301293 Persian Indigo

📋 copy color: '#301293'

red 48 ◦ green 18 ◦ blue 147

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

Shades of Persian Indigo #301293

Tints of Persian Indigo #301293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

 BLUE value IS 147 (57.81% from 255) = 69.01%

R = 22.54%
G = 8.45%
B = 69.01%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301293 (or 0x301293) is known color: Persian Indigo. HEX triplet: 30, 12 and 93. RGB value is (48,18,147). Sum of RGB (Red+Green+Blue) = 48+18+147=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #301293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301293 is #CFED6C. Grayscale: #292929. Windows color (decimal): -13626733 or 9638448. OLE color: 9638448.

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

Color convert

RGB 48 18 147 -
CMYK 0.67 0.88 0 0.42
HSL 253.95º 0.78% 0.32% -
HSV(B) 253.95º 0.88% 0.58% -
XYZ 6.7 3.17 27.86 -
YUV 41.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 48 18 147 0.67 0.88 0 0.42 253.95 0.78 0.32
Hex 30 12 93 43 58 0 2A FE 4E 20
Octal 60 22 223 103 130 0 52 376 116 40
Binary 110000 10010 10010011 1000011 1011000 0 101010 11111110 1001110 100000

Color Harmonies of #301293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301293

Black with #301293

Text Example


Text Example

White with #301293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301293; }

 p { color: rgb(48,18,147); }

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

background-color css

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

 a { background-color: rgb(48,18,147); }

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

border-color css

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

 span { border-color: rgb(48,18,147); }

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