Html Css Color HEX #301279 Persian Indigo

📋 copy color: '#301279'

red 48 ◦ green 18 ◦ blue 121

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

Shades of Persian Indigo #301279

Tints of Persian Indigo #301279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 64.71%

R = 25.67%
G = 9.63%
B = 64.71%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301279 (or 0x301279) is known color: Persian Indigo. HEX triplet: 30, 12 and 79. RGB value is (48,18,121). Sum of RGB (Red+Green+Blue) = 48+18+121=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #301279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301279 is #CFED86. Grayscale: #262626. Windows color (decimal): -13626759 or 7934512. OLE color: 7934512.

HSL color Cylindrical-coordinate representation of color #301279: hue angle of 257.48º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301279 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 18 121 -
CMYK 0.60 0.85 0 0.53
HSL 257.48º 0.74% 0.27% -
HSV(B) 257.48º 0.85% 0.47% -
XYZ 4.89 2.44 18.3 -
YUV 38.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 48 18 121 0.60 0.85 0 0.53 257.48 0.74 0.27
Hex 30 12 79 3C 55 0 35 101 4A 1B
Octal 60 22 171 74 125 0 65 401 112 33
Binary 110000 10010 1111001 111100 1010101 0 110101 100000001 1001010 11011

Color Harmonies of #301279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301279

Black with #301279

Text Example


Text Example

White with #301279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301279; }

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

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

background-color css

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

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

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

border-color css

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

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

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