Html Css Color HEX #302289 Persian Indigo

📋 copy color: '#302289'

red 48 ◦ green 34 ◦ blue 137

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

Shades of Persian Indigo #302289

Tints of Persian Indigo #302289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.53%

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

R = 21.92%
G = 15.53%
B = 62.56%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#302289 (or 0x302289) is known color: Persian Indigo. HEX triplet: 30, 22 and 89. RGB value is (48,34,137). Sum of RGB (Red+Green+Blue) = 48+34+137=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #302289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302289 is #CFDD76. Grayscale: #313131. Windows color (decimal): -13622647 or 8987184. OLE color: 8987184.

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

Color convert

RGB 48 34 137 -
CMYK 0.65 0.75 0 0.46
HSL 248.16º 0.6% 0.34% -
HSV(B) 248.16º 0.75% 0.54% -
XYZ 6.31 3.58 24.03 -
YUV 49.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 48 34 137 0.65 0.75 0 0.46 248.16 0.6 0.34
Hex 30 22 89 41 4B 0 2E F8 3C 22
Octal 60 42 211 101 113 0 56 370 74 42
Binary 110000 100010 10001001 1000001 1001011 0 101110 11111000 111100 100010

Color Harmonies of #302289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302289

Black with #302289

Text Example


Text Example

White with #302289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302289; }

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

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

background-color css

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

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

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

border-color css

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

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

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