Html Css Color HEX #301B83 Persian Indigo

📋 copy color: '#301B83'

red 48 ◦ green 27 ◦ blue 131

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

Shades of Persian Indigo #301B83

Tints of Persian Indigo #301B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 63.59%

R = 23.3%
G = 13.11%
B = 63.59%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#301B83 (or 0x301B83) is known color: Persian Indigo. HEX triplet: 30, 1B and 83. RGB value is (48,27,131). Sum of RGB (Red+Green+Blue) = 48+27+131=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 131 (51.56% from 255 or 63.59% from 206); Max value from RGB is 131 - color contains mainly: blue. Hex color #301B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301B83 is #CFE47C. Grayscale: #2C2C2C. Windows color (decimal): -13624445 or 8592176. OLE color: 8592176.

HSL color Cylindrical-coordinate representation of color #301B83: hue angle of 252.12º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301B83 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 27 131 -
CMYK 0.63 0.79 0 0.49
HSL 252.12º 0.66% 0.31% -
HSV(B) 252.12º 0.79% 0.51% -
XYZ 5.71 3.05 21.76 -
YUV 45.14 176.46 130.04 -
System Red Green Blue C M Y K H S L
Decimal 48 27 131 0.63 0.79 0 0.49 252.12 0.66 0.31
Hex 30 1B 83 3F 4F 0 31 FC 42 1F
Octal 60 33 203 77 117 0 61 374 102 37
Binary 110000 11011 10000011 111111 1001111 0 110001 11111100 1000010 11111

Color Harmonies of #301B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B83

Black with #301B83

Text Example


Text Example

White with #301B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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