Html Css Color HEX #301479 Persian Indigo

📋 copy color: '#301479'

red 48 ◦ green 20 ◦ blue 121

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

Shades of Persian Indigo #301479

Tints of Persian Indigo #301479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 25.4%
G = 10.58%
B = 64.02%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301479 (or 0x301479) is known color: Persian Indigo. HEX triplet: 30, 14 and 79. RGB value is (48,20,121). Sum of RGB (Red+Green+Blue) = 48+20+121=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #301479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301479 is #CFEB86. Grayscale: #272727. Windows color (decimal): -13626247 or 7935024. OLE color: 7935024.

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

Color convert

RGB 48 20 121 -
CMYK 0.60 0.83 0 0.53
HSL 256.63º 0.72% 0.28% -
HSV(B) 256.63º 0.83% 0.47% -
XYZ 4.92 2.51 18.31 -
YUV 39.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 48 20 121 0.60 0.83 0 0.53 256.63 0.72 0.28
Hex 30 14 79 3C 53 0 35 101 48 1C
Octal 60 24 171 74 123 0 65 401 110 34
Binary 110000 10100 1111001 111100 1010011 0 110101 100000001 1001000 11100

Color Harmonies of #301479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301479

Black with #301479

Text Example


Text Example

White with #301479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301479; }

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

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

background-color css

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

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

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

border-color css

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

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

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