Html Css Color HEX #301089 Persian Indigo

📋 copy color: '#301089'

red 48 ◦ green 16 ◦ blue 137

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

Shades of Persian Indigo #301089

Tints of Persian Indigo #301089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

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

R = 23.88%
G = 7.96%
B = 68.16%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#301089 (or 0x301089) is known color: Persian Indigo. HEX triplet: 30, 10 and 89. RGB value is (48,16,137). Sum of RGB (Red+Green+Blue) = 48+16+137=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #301089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301089 is #CFEF76. Grayscale: #262626. Windows color (decimal): -13627255 or 8982576. OLE color: 8982576.

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

Color convert

RGB 48 16 137 -
CMYK 0.65 0.88 0 0.46
HSL 255.87º 0.79% 0.3% -
HSV(B) 255.87º 0.88% 0.54% -
XYZ 5.92 2.81 23.9 -
YUV 39.36 183.1 134.16 -
System Red Green Blue C M Y K H S L
Decimal 48 16 137 0.65 0.88 0 0.46 255.87 0.79 0.3
Hex 30 10 89 41 58 0 2E 100 4F 1E
Octal 60 20 211 101 130 0 56 400 117 36
Binary 110000 10000 10001001 1000001 1011000 0 101110 100000000 1001111 11110

Color Harmonies of #301089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301089

Black with #301089

Text Example


Text Example

White with #301089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301089; }

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

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

background-color css

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

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

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

border-color css

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

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

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