Html Css Color HEX #301679 Persian Indigo

📋 copy color: '#301679'

red 48 ◦ green 22 ◦ blue 121

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

Shades of Persian Indigo #301679

Tints of Persian Indigo #301679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

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

R = 25.13%
G = 11.52%
B = 63.35%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301679 (or 0x301679) is known color: Persian Indigo. HEX triplet: 30, 16 and 79. RGB value is (48,22,121). Sum of RGB (Red+Green+Blue) = 48+22+121=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #301679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301679 is #CFE986. Grayscale: #282828. Windows color (decimal): -13625735 or 7935536. OLE color: 7935536.

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

Color convert

RGB 48 22 121 -
CMYK 0.60 0.82 0 0.53
HSL 255.76º 0.69% 0.28% -
HSV(B) 255.76º 0.82% 0.47% -
XYZ 4.96 2.58 18.33 -
YUV 41.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 48 22 121 0.60 0.82 0 0.53 255.76 0.69 0.28
Hex 30 16 79 3C 52 0 35 100 45 1C
Octal 60 26 171 74 122 0 65 400 105 34
Binary 110000 10110 1111001 111100 1010010 0 110101 100000000 1000101 11100

Color Harmonies of #301679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301679

Black with #301679

Text Example


Text Example

White with #301679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301679; }

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

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

background-color css

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

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

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

border-color css

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

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

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