Html Css Color HEX #301B84 Persian Indigo

📋 copy color: '#301B84'

red 48 ◦ green 27 ◦ blue 132

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

Shades of Persian Indigo #301B84

Tints of Persian Indigo #301B84

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.04%

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

R = 23.19%
G = 13.04%
B = 63.77%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#301B84 (or 0x301B84) is known color: Persian Indigo. HEX triplet: 30, 1B and 84. RGB value is (48,27,132). Sum of RGB (Red+Green+Blue) = 48+27+132=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #301B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301B84 is #CFE47B. Grayscale: #2C2C2C. Windows color (decimal): -13624444 or 8657712. OLE color: 8657712.

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

Color convert

RGB 48 27 132 -
CMYK 0.64 0.80 0 0.48
HSL 252º 0.66% 0.31% -
HSV(B) 252º 0.8% 0.52% -
XYZ 5.78 3.08 22.12 -
YUV 45.25 176.96 129.96 -
System Red Green Blue C M Y K H S L
Decimal 48 27 132 0.64 0.80 0 0.48 252 0.66 0.31
Hex 30 1B 84 40 50 0 30 FC 42 1F
Octal 60 33 204 100 120 0 60 374 102 37
Binary 110000 11011 10000100 1000000 1010000 0 110000 11111100 1000010 11111

Color Harmonies of #301B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B84

Black with #301B84

Text Example


Text Example

White with #301B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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