Html Css Color HEX #302586 Persian Indigo

📋 copy color: '#302586'

red 48 ◦ green 37 ◦ blue 134

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

Shades of Persian Indigo #302586

Tints of Persian Indigo #302586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

 BLUE value IS 134 (52.73% from 255) = 61.19%

R = 21.92%
G = 16.89%
B = 61.19%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#302586 (or 0x302586) is known color: Persian Indigo. HEX triplet: 30, 25 and 86. RGB value is (48,37,134). Sum of RGB (Red+Green+Blue) = 48+37+134=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #302586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302586 is #CFDA79. Grayscale: #323232. Windows color (decimal): -13621882 or 8791344. OLE color: 8791344.

HSL color Cylindrical-coordinate representation of color #302586: hue angle of 246.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302586 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 37 134 -
CMYK 0.64 0.72 0 0.47
HSL 246.8º 0.57% 0.34% -
HSV(B) 246.8º 0.72% 0.53% -
XYZ 6.18 3.67 22.94 -
YUV 51.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 48 37 134 0.64 0.72 0 0.47 246.8 0.57 0.34
Hex 30 25 86 40 48 0 2F F7 39 22
Octal 60 45 206 100 110 0 57 367 71 42
Binary 110000 100101 10000110 1000000 1001000 0 101111 11110111 111001 100010

Color Harmonies of #302586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302586

Black with #302586

Text Example


Text Example

White with #302586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302586; }

 p { color: rgb(48,37,134); }

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

background-color css

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

 a { background-color: rgb(48,37,134); }

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

border-color css

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

 span { border-color: rgb(48,37,134); }

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