Html Css Color HEX #301689 Persian Indigo

📋 copy color: '#301689'

red 48 ◦ green 22 ◦ blue 137

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

Shades of Persian Indigo #301689

Tints of Persian Indigo #301689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

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

R = 23.19%
G = 10.63%
B = 66.18%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#301689 (or 0x301689) is known color: Persian Indigo. HEX triplet: 30, 16 and 89. RGB value is (48,22,137). Sum of RGB (Red+Green+Blue) = 48+22+137=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #301689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301689 is #CFE976. Grayscale: #2A2A2A. Windows color (decimal): -13625719 or 8984112. OLE color: 8984112.

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

Color convert

RGB 48 22 137 -
CMYK 0.65 0.84 0 0.46
HSL 253.57º 0.72% 0.31% -
HSV(B) 253.57º 0.84% 0.54% -
XYZ 6.02 3.01 23.93 -
YUV 42.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 48 22 137 0.65 0.84 0 0.46 253.57 0.72 0.31
Hex 30 16 89 41 54 0 2E FE 48 1F
Octal 60 26 211 101 124 0 56 376 110 37
Binary 110000 10110 10001001 1000001 1010100 0 101110 11111110 1001000 11111

Color Harmonies of #301689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301689

Black with #301689

Text Example


Text Example

White with #301689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301689; }

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

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

background-color css

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

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

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

border-color css

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

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

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