Html Css Color HEX #301989 Persian Indigo

📋 copy color: '#301989'

red 48 ◦ green 25 ◦ blue 137

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

Shades of Persian Indigo #301989

Tints of Persian Indigo #301989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

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

R = 22.86%
G = 11.9%
B = 65.24%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#301989 (or 0x301989) is known color: Persian Indigo. HEX triplet: 30, 19 and 89. RGB value is (48,25,137). Sum of RGB (Red+Green+Blue) = 48+25+137=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #301989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301989 is #CFE676. Grayscale: #2C2C2C. Windows color (decimal): -13624951 or 8984880. OLE color: 8984880.

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

Color convert

RGB 48 25 137 -
CMYK 0.65 0.82 0 0.46
HSL 252.32º 0.69% 0.32% -
HSV(B) 252.32º 0.82% 0.54% -
XYZ 6.08 3.13 23.95 -
YUV 44.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 48 25 137 0.65 0.82 0 0.46 252.32 0.69 0.32
Hex 30 19 89 41 52 0 2E FC 45 20
Octal 60 31 211 101 122 0 56 374 105 40
Binary 110000 11001 10001001 1000001 1010010 0 101110 11111100 1000101 100000

Color Harmonies of #301989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301989

Black with #301989

Text Example


Text Example

White with #301989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301989; }

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

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

background-color css

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

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

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

border-color css

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

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

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