Html Css Color HEX #301676 Persian Indigo

📋 copy color: '#301676'

red 48 ◦ green 22 ◦ blue 118

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

Shades of Persian Indigo #301676

Tints of Persian Indigo #301676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 62.77%

R = 25.53%
G = 11.7%
B = 62.77%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#301676 (or 0x301676) is known color: Persian Indigo. HEX triplet: 30, 16 and 76. RGB value is (48,22,118). Sum of RGB (Red+Green+Blue) = 48+22+118=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #301676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301676 is #CFE989. Grayscale: #282828. Windows color (decimal): -13625738 or 7738928. OLE color: 7738928.

HSL color Cylindrical-coordinate representation of color #301676: hue angle of 256.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301676 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 22 118 -
CMYK 0.59 0.81 0 0.54
HSL 256.25º 0.69% 0.27% -
HSV(B) 256.25º 0.81% 0.46% -
XYZ 4.78 2.51 17.37 -
YUV 40.72 171.61 133.19 -
System Red Green Blue C M Y K H S L
Decimal 48 22 118 0.59 0.81 0 0.54 256.25 0.69 0.27
Hex 30 16 76 3B 51 0 36 100 45 1B
Octal 60 26 166 73 121 0 66 400 105 33
Binary 110000 10110 1110110 111011 1010001 0 110110 100000000 1000101 11011

Color Harmonies of #301676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301676

Black with #301676

Text Example


Text Example

White with #301676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301676; }

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

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

background-color css

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

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

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

border-color css

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

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

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