Html Css Color HEX #300086 Persian Indigo

📋 copy color: '#300086'

red 48 ◦ green 0 ◦ blue 134

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

Shades of Persian Indigo #300086

Tints of Persian Indigo #300086

RGB

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

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

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

R = 26.37%
G = 0%
B = 73.63%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#300086 (or 0x300086) is known color: Persian Indigo. HEX triplet: 30, 00 and 86. RGB value is (48,0,134). Sum of RGB (Red+Green+Blue) = 48+0+134=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 134 (52.73% from 255 or 73.63% from 182); Max value from RGB is 134 - color contains mainly: blue. Hex color #300086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300086 is #CFFF79. Grayscale: #1D1D1D. Windows color (decimal): -13631354 or 8781872. OLE color: 8781872.

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

Color convert

RGB 48 0 134 -
CMYK 0.64 1 0 0.47
HSL 261.49º 1% 0.26% -
HSV(B) 261.49º 1% 0.53% -
XYZ 5.52 2.35 22.72 -
YUV 29.63 186.9 141.1 -
System Red Green Blue C M Y K H S L
Decimal 48 0 134 0.64 1 0 0.47 261.49 1 0.26
Hex 30 0 86 40 64 0 2F 105 64 1A
Octal 60 0 206 100 144 0 57 405 144 32
Binary 110000 0 10000110 1000000 1100100 0 101111 100000101 1100100 11010

Color Harmonies of #300086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300086

Black with #300086

Text Example


Text Example

White with #300086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300086; }

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

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

background-color css

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

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

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

border-color css

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

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

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