Html Css Color HEX #300089 Persian Indigo

📋 copy color: '#300089'

red 48 ◦ green 0 ◦ blue 137

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

Shades of Persian Indigo #300089

Tints of Persian Indigo #300089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.95%
G = 0%
B = 74.05%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#300089 (or 0x300089) is known color: Persian Indigo. HEX triplet: 30, 00 and 89. RGB value is (48,0,137). Sum of RGB (Red+Green+Blue) = 48+0+137=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #300089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300089 is #CFFF76. Grayscale: #1D1D1D. Windows color (decimal): -13631351 or 8978480. OLE color: 8978480.

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

Color convert

RGB 48 0 137 -
CMYK 0.65 1 0 0.46
HSL 261.02º 1% 0.27% -
HSV(B) 261.02º 1% 0.54% -
XYZ 5.73 2.43 23.83 -
YUV 29.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 48 0 137 0.65 1 0 0.46 261.02 1 0.27
Hex 30 0 89 41 64 0 2E 105 64 1B
Octal 60 0 211 101 144 0 56 405 144 33
Binary 110000 0 10001001 1000001 1100100 0 101110 100000101 1100100 11011

Color Harmonies of #300089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300089

Black with #300089

Text Example


Text Example

White with #300089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300089; }

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

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

background-color css

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

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

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

border-color css

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

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

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