Html Css Color HEX #301879 Persian Indigo

📋 copy color: '#301879'

red 48 ◦ green 24 ◦ blue 121

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

Shades of Persian Indigo #301879

Tints of Persian Indigo #301879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

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

R = 24.87%
G = 12.44%
B = 62.69%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301879 (or 0x301879) is known color: Persian Indigo. HEX triplet: 30, 18 and 79. RGB value is (48,24,121). Sum of RGB (Red+Green+Blue) = 48+24+121=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #301879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301879 is #CFE786. Grayscale: #292929. Windows color (decimal): -13625223 or 7936048. OLE color: 7936048.

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

Color convert

RGB 48 24 121 -
CMYK 0.60 0.80 0 0.53
HSL 254.85º 0.67% 0.28% -
HSV(B) 254.85º 0.8% 0.47% -
XYZ 5 2.66 18.34 -
YUV 42.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 48 24 121 0.60 0.80 0 0.53 254.85 0.67 0.28
Hex 30 18 79 3C 50 0 35 FF 43 1C
Octal 60 30 171 74 120 0 65 377 103 34
Binary 110000 11000 1111001 111100 1010000 0 110101 11111111 1000011 11100

Color Harmonies of #301879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301879

Black with #301879

Text Example


Text Example

White with #301879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301879; }

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

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

background-color css

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

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

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

border-color css

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

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

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