Html Css Color HEX #301C84 Persian Indigo

📋 copy color: '#301C84'

red 48 ◦ green 28 ◦ blue 132

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

Shades of Persian Indigo #301C84

Tints of Persian Indigo #301C84

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

 BLUE value IS 132 (51.95% from 255) = 63.46%

R = 23.08%
G = 13.46%
B = 63.46%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#301C84 (or 0x301C84) is known color: Persian Indigo. HEX triplet: 30, 1C and 84. RGB value is (48,28,132). Sum of RGB (Red+Green+Blue) = 48+28+132=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #301C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301C84 is #CFE37B. Grayscale: #2D2D2D. Windows color (decimal): -13624188 or 8657968. OLE color: 8657968.

HSL color Cylindrical-coordinate representation of color #301C84: hue angle of 251.54º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301C84 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 28 132 -
CMYK 0.64 0.79 0 0.48
HSL 251.54º 0.65% 0.31% -
HSV(B) 251.54º 0.79% 0.52% -
XYZ 5.8 3.12 22.13 -
YUV 45.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 48 28 132 0.64 0.79 0 0.48 251.54 0.65 0.31
Hex 30 1C 84 40 4F 0 30 FC 41 1F
Octal 60 34 204 100 117 0 60 374 101 37
Binary 110000 11100 10000100 1000000 1001111 0 110000 11111100 1000001 11111

Color Harmonies of #301C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C84

Black with #301C84

Text Example


Text Example

White with #301C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301C84; }

 p { color: rgb(48,28,132); }

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

background-color css

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

 a { background-color: rgb(48,28,132); }

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

border-color css

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

 span { border-color: rgb(48,28,132); }

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