Html Css Color HEX #301777 Persian Indigo

📋 copy color: '#301777'

red 48 ◦ green 23 ◦ blue 119

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

Shades of Persian Indigo #301777

Tints of Persian Indigo #301777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.11%

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

R = 25.26%
G = 12.11%
B = 62.63%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301777 (or 0x301777) is known color: Persian Indigo. HEX triplet: 30, 17 and 77. RGB value is (48,23,119). Sum of RGB (Red+Green+Blue) = 48+23+119=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #301777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301777 is #CFE888. Grayscale: #292929. Windows color (decimal): -13625481 or 7804720. OLE color: 7804720.

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

Color convert

RGB 48 23 119 -
CMYK 0.60 0.81 0 0.53
HSL 255.63º 0.68% 0.28% -
HSV(B) 255.63º 0.81% 0.47% -
XYZ 4.86 2.57 17.69 -
YUV 41.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 48 23 119 0.60 0.81 0 0.53 255.63 0.68 0.28
Hex 30 17 77 3C 51 0 35 100 44 1C
Octal 60 27 167 74 121 0 65 400 104 34
Binary 110000 10111 1110111 111100 1010001 0 110101 100000000 1000100 11100

Color Harmonies of #301777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301777

Black with #301777

Text Example


Text Example

White with #301777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301777; }

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

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

background-color css

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

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

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

border-color css

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

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

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