Html Css Color HEX #301A77 Persian Indigo

📋 copy color: '#301A77'

red 48 ◦ green 26 ◦ blue 119

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

Shades of Persian Indigo #301A77

Tints of Persian Indigo #301A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.47%

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

R = 24.87%
G = 13.47%
B = 61.66%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301A77 (or 0x301A77) is known color: Persian Indigo. HEX triplet: 30, 1A and 77. RGB value is (48,26,119). Sum of RGB (Red+Green+Blue) = 48+26+119=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #301A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A77 is #CFE588. Grayscale: #2A2A2A. Windows color (decimal): -13624713 or 7805488. OLE color: 7805488.

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

Color convert

RGB 48 26 119 -
CMYK 0.60 0.78 0 0.53
HSL 254.19º 0.64% 0.28% -
HSV(B) 254.19º 0.78% 0.47% -
XYZ 4.92 2.7 17.71 -
YUV 43.18 170.79 131.44 -
System Red Green Blue C M Y K H S L
Decimal 48 26 119 0.60 0.78 0 0.53 254.19 0.64 0.28
Hex 30 1A 77 3C 4E 0 35 FE 40 1C
Octal 60 32 167 74 116 0 65 376 100 34
Binary 110000 11010 1110111 111100 1001110 0 110101 11111110 1000000 11100

Color Harmonies of #301A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A77

Black with #301A77

Text Example


Text Example

White with #301A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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