Html Css Color HEX #301086 Persian Indigo

📋 copy color: '#301086'

red 48 ◦ green 16 ◦ blue 134

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

Shades of Persian Indigo #301086

Tints of Persian Indigo #301086

RGB

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

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

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

R = 24.24%
G = 8.08%
B = 67.68%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#301086 (or 0x301086) is known color: Persian Indigo. HEX triplet: 30, 10 and 86. RGB value is (48,16,134). Sum of RGB (Red+Green+Blue) = 48+16+134=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #301086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301086 is #CFEF79. Grayscale: #262626. Windows color (decimal): -13627258 or 8785968. OLE color: 8785968.

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

Color convert

RGB 48 16 134 -
CMYK 0.64 0.88 0 0.47
HSL 256.27º 0.79% 0.29% -
HSV(B) 256.27º 0.88% 0.53% -
XYZ 5.71 2.72 22.78 -
YUV 39.02 181.6 134.41 -
System Red Green Blue C M Y K H S L
Decimal 48 16 134 0.64 0.88 0 0.47 256.27 0.79 0.29
Hex 30 10 86 40 58 0 2F 100 4F 1D
Octal 60 20 206 100 130 0 57 400 117 35
Binary 110000 10000 10000110 1000000 1011000 0 101111 100000000 1001111 11101

Color Harmonies of #301086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301086

Black with #301086

Text Example


Text Example

White with #301086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301086; }

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

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

background-color css

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

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

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

border-color css

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

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

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