Html Css Color HEX #301B77 Persian Indigo

📋 copy color: '#301B77'

red 48 ◦ green 27 ◦ blue 119

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

Shades of Persian Indigo #301B77

Tints of Persian Indigo #301B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 61.34%

R = 24.74%
G = 13.92%
B = 61.34%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301B77 (or 0x301B77) is known color: Persian Indigo. HEX triplet: 30, 1B and 77. RGB value is (48,27,119). Sum of RGB (Red+Green+Blue) = 48+27+119=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #301B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301B77 is #CFE488. Grayscale: #2B2B2B. Windows color (decimal): -13624457 or 7805744. OLE color: 7805744.

HSL color Cylindrical-coordinate representation of color #301B77: hue angle of 253.7º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #301B77 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 27 119 -
CMYK 0.60 0.77 0 0.53
HSL 253.7º 0.63% 0.29% -
HSV(B) 253.7º 0.77% 0.47% -
XYZ 4.94 2.74 17.72 -
YUV 43.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 48 27 119 0.60 0.77 0 0.53 253.7 0.63 0.29
Hex 30 1B 77 3C 4D 0 35 FE 3F 1D
Octal 60 33 167 74 115 0 65 376 77 35
Binary 110000 11011 1110111 111100 1001101 0 110101 11111110 111111 11101

Color Harmonies of #301B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B77

Black with #301B77

Text Example


Text Example

White with #301B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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