Html Css Color HEX #300173 Persian Indigo

📋 copy color: '#300173'

red 48 ◦ green 1 ◦ blue 115

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

Shades of Persian Indigo #300173

Tints of Persian Indigo #300173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 115 (45.31% from 255) = 70.12%

R = 29.27%
G = 0.61%
B = 70.12%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#300173 (or 0x300173) is known color: Persian Indigo. HEX triplet: 30, 01 and 73. RGB value is (48,1,115). Sum of RGB (Red+Green+Blue) = 48+1+115=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #300173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300173 is #CFFE8C. Grayscale: #1B1B1B. Windows color (decimal): -13631117 or 7536944. OLE color: 7536944.

HSL color Cylindrical-coordinate representation of color #300173: hue angle of 264.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300173 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 1 115 -
CMYK 0.58 0.99 0 0.55
HSL 264.74º 0.98% 0.23% -
HSV(B) 264.74º 0.99% 0.45% -
XYZ 4.32 1.89 16.36 -
YUV 28.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 48 1 115 0.58 0.99 0 0.55 264.74 0.98 0.23
Hex 30 1 73 3A 63 0 37 109 62 17
Octal 60 1 163 72 143 0 67 411 142 27
Binary 110000 1 1110011 111010 1100011 0 110111 100001001 1100010 10111

Color Harmonies of #300173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300173

Black with #300173

Text Example


Text Example

White with #300173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300173; }

 p { color: rgb(48,1,115); }

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

background-color css

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

 a { background-color: rgb(48,1,115); }

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

border-color css

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

 span { border-color: rgb(48,1,115); }

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