Html Css Color HEX #301793 Persian Indigo

📋 copy color: '#301793'

red 48 ◦ green 23 ◦ blue 147

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

Shades of Persian Indigo #301793

Tints of Persian Indigo #301793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 22.02%
G = 10.55%
B = 67.43%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#301793 (or 0x301793) is known color: Persian Indigo. HEX triplet: 30, 17 and 93. RGB value is (48,23,147). Sum of RGB (Red+Green+Blue) = 48+23+147=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #301793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301793 is #CFE86C. Grayscale: #2C2C2C. Windows color (decimal): -13625453 or 9639728. OLE color: 9639728.

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

Color convert

RGB 48 23 147 -
CMYK 0.67 0.84 0 0.42
HSL 252.1º 0.73% 0.33% -
HSV(B) 252.1º 0.84% 0.58% -
XYZ 6.79 3.35 27.89 -
YUV 44.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 48 23 147 0.67 0.84 0 0.42 252.1 0.73 0.33
Hex 30 17 93 43 54 0 2A FC 49 21
Octal 60 27 223 103 124 0 52 374 111 41
Binary 110000 10111 10010011 1000011 1010100 0 101010 11111100 1001001 100001

Color Harmonies of #301793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301793

Black with #301793

Text Example


Text Example

White with #301793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301793; }

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

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

background-color css

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

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

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

border-color css

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

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

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