Html Css Color HEX #301073 Persian Indigo

📋 copy color: '#301073'

red 48 ◦ green 16 ◦ blue 115

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

Shades of Persian Indigo #301073

Tints of Persian Indigo #301073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

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

R = 26.82%
G = 8.94%
B = 64.25%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#301073 (or 0x301073) is known color: Persian Indigo. HEX triplet: 30, 10 and 73. RGB value is (48,16,115). Sum of RGB (Red+Green+Blue) = 48+16+115=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 115 (45.31% from 255 or 64.25% from 179); Max value from RGB is 115 - color contains mainly: blue. Hex color #301073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301073 is #CFEF8C. Grayscale: #242424. Windows color (decimal): -13627277 or 7540784. OLE color: 7540784.

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

Color convert

RGB 48 16 115 -
CMYK 0.58 0.86 0 0.55
HSL 259.39º 0.76% 0.26% -
HSV(B) 259.39º 0.86% 0.45% -
XYZ 4.5 2.24 16.41 -
YUV 36.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 48 16 115 0.58 0.86 0 0.55 259.39 0.76 0.26
Hex 30 10 73 3A 56 0 37 103 4C 1A
Octal 60 20 163 72 126 0 67 403 114 32
Binary 110000 10000 1110011 111010 1010110 0 110111 100000011 1001100 11010

Color Harmonies of #301073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301073

Black with #301073

Text Example


Text Example

White with #301073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301073; }

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

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

background-color css

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

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

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

border-color css

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

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

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