Html Css Color HEX #301289 Persian Indigo

📋 copy color: '#301289'

red 48 ◦ green 18 ◦ blue 137

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

Shades of Persian Indigo #301289

Tints of Persian Indigo #301289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

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

R = 23.65%
G = 8.87%
B = 67.49%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#301289 (or 0x301289) is known color: Persian Indigo. HEX triplet: 30, 12 and 89. RGB value is (48,18,137). Sum of RGB (Red+Green+Blue) = 48+18+137=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #301289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301289 is #CFED76. Grayscale: #282828. Windows color (decimal): -13626743 or 8983088. OLE color: 8983088.

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

Color convert

RGB 48 18 137 -
CMYK 0.65 0.87 0 0.46
HSL 255.13º 0.77% 0.3% -
HSV(B) 255.13º 0.87% 0.54% -
XYZ 5.95 2.87 23.91 -
YUV 40.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 48 18 137 0.65 0.87 0 0.46 255.13 0.77 0.3
Hex 30 12 89 41 57 0 2E FF 4D 1E
Octal 60 22 211 101 127 0 56 377 115 36
Binary 110000 10010 10001001 1000001 1010111 0 101110 11111111 1001101 11110

Color Harmonies of #301289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301289

Black with #301289

Text Example


Text Example

White with #301289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301289; }

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

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

background-color css

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

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

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

border-color css

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

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

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