Html Css Color HEX #301273 Persian Indigo

📋 copy color: '#301273'

red 48 ◦ green 18 ◦ blue 115

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

Shades of Persian Indigo #301273

Tints of Persian Indigo #301273

RGB

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

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

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

R = 26.52%
G = 9.94%
B = 63.54%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#301273 (or 0x301273) is known color: Persian Indigo. HEX triplet: 30, 12 and 73. RGB value is (48,18,115). Sum of RGB (Red+Green+Blue) = 48+18+115=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #301273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301273 is #CFED8C. Grayscale: #252525. Windows color (decimal): -13626765 or 7541296. OLE color: 7541296.

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

Color convert

RGB 48 18 115 -
CMYK 0.58 0.84 0 0.55
HSL 258.56º 0.73% 0.26% -
HSV(B) 258.56º 0.84% 0.45% -
XYZ 4.53 2.3 16.42 -
YUV 38.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 48 18 115 0.58 0.84 0 0.55 258.56 0.73 0.26
Hex 30 12 73 3A 54 0 37 103 49 1A
Octal 60 22 163 72 124 0 67 403 111 32
Binary 110000 10010 1110011 111010 1010100 0 110111 100000011 1001001 11010

Color Harmonies of #301273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301273

Black with #301273

Text Example


Text Example

White with #301273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301273; }

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

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

background-color css

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

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

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

border-color css

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

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

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