Html Css Color HEX #301C86 Persian Indigo

📋 copy color: '#301C86'

red 48 ◦ green 28 ◦ blue 134

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

Shades of Persian Indigo #301C86

Tints of Persian Indigo #301C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 63.81%

R = 22.86%
G = 13.33%
B = 63.81%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#301C86 (or 0x301C86) is known color: Persian Indigo. HEX triplet: 30, 1C and 86. RGB value is (48,28,134). Sum of RGB (Red+Green+Blue) = 48+28+134=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #301C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301C86 is #CFE379. Grayscale: #2D2D2D. Windows color (decimal): -13624186 or 8789040. OLE color: 8789040.

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

Color convert

RGB 48 28 134 -
CMYK 0.64 0.79 0 0.47
HSL 251.32º 0.65% 0.32% -
HSV(B) 251.32º 0.79% 0.53% -
XYZ 5.94 3.18 22.86 -
YUV 46.06 177.63 129.38 -
System Red Green Blue C M Y K H S L
Decimal 48 28 134 0.64 0.79 0 0.47 251.32 0.65 0.32
Hex 30 1C 86 40 4F 0 2F FB 41 20
Octal 60 34 206 100 117 0 57 373 101 40
Binary 110000 11100 10000110 1000000 1001111 0 101111 11111011 1000001 100000

Color Harmonies of #301C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C86

Black with #301C86

Text Example


Text Example

White with #301C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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