Html Css Color HEX #301789 Persian Indigo

📋 copy color: '#301789'

red 48 ◦ green 23 ◦ blue 137

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

Shades of Persian Indigo #301789

Tints of Persian Indigo #301789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 65.87%

R = 23.08%
G = 11.06%
B = 65.87%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#301789 (or 0x301789) is known color: Persian Indigo. HEX triplet: 30, 17 and 89. RGB value is (48,23,137). Sum of RGB (Red+Green+Blue) = 48+23+137=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #301789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301789 is #CFE876. Grayscale: #2B2B2B. Windows color (decimal): -13625463 or 8984368. OLE color: 8984368.

HSL color Cylindrical-coordinate representation of color #301789: hue angle of 253.16º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301789 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 23 137 -
CMYK 0.65 0.83 0 0.46
HSL 253.16º 0.71% 0.31% -
HSV(B) 253.16º 0.83% 0.54% -
XYZ 6.04 3.05 23.94 -
YUV 43.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 48 23 137 0.65 0.83 0 0.46 253.16 0.71 0.31
Hex 30 17 89 41 53 0 2E FD 47 1F
Octal 60 27 211 101 123 0 56 375 107 37
Binary 110000 10111 10001001 1000001 1010011 0 101110 11111101 1000111 11111

Color Harmonies of #301789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301789

Black with #301789

Text Example


Text Example

White with #301789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301789; }

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

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

background-color css

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

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

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

border-color css

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

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

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